Closed muzny closed 11 years ago
not really sure how to reference other bugs, but this is blocking my progress on this. exterior to facebook this is functional, though
Problem: facebook doesn't allow you to post links to local urls, but we have to use localhost to sign in to facebook to begin with.
Possible workarounds: put our dev envs behind a routed url, so facebook likes it. Still won't work for other people. but we can test. deploy! all these problems should go away after deployment, but we should deploy early to bug test.
thoughts?
I think that deployment doesn't take too much effort, so why don't we plan on doing an initial deploy soon (tonight/tomorrow) so that we can test all these things that should work on the live site? Then we can do a final deploy later.
sounds fine to me, there's still two things that should be done that I can work on till then
I have absolutely zero experience with django forms, so the second might take some time if I'm on my own for it.
number 2 done. We should really consider finding a way to make these facebook posts work.
When I was playing, finished a game, and pushed the "share" button when I was not signed in, this is what I got:
http://tiletothetop.herokuapp.com/?id=undefined
It works properly when I am signed in though.
Should we disable sharing when the user is not signed in?
thats the plan. I'm also disabling it when the user quits the game.
On Tue, Dec 4, 2012 at 6:03 PM, muzny notifications@github.com wrote:
When I was playing, finished a game, and pushed the "share" button when I was not signed in, this is what I got:
http://tiletothetop.herokuapp.com/?id=undefined
It works properly when I am signed in though.
Should we disable sharing when the user is not signed in?
— Reply to this email directly or view it on GitHubhttps://github.com/muzny/tiletothetop/issues/23#issuecomment-11025191.
I think I'm done on the development side here. Just need to test.
Maybe we should add a share button that pops up a text box with the url to share. (Adam got the statically linked word lists done this afternoon).