darianhickman / VillageMakeover

Village Makeover is a nonprofit fundraising platform. As you build your online village, the money you spend builds real villages. For example buy a well for your village and you donate to construction of a real well in Ndola Zambia. At present all donations are managed through Seeds of Hope International Partners (www.sohip.org).
http://www.villagethegame.com
1 stars 1 forks source link

Facebook login doesn't work on dev #51

Open darianhickman opened 9 years ago

darianhickman commented 9 years ago

When I click facebook login, it goes this url: https://www.facebook.com/v2.3/dialog/oauth?app_id=990044717703066&client_id=990044717703066&display=popup&domain=villagegamedev2.appspot.com&e2e=%7B%7D&locale=en_US&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2F1ldYU13brY_.js%3Fversion%3D41%23cb%3Df8efda77c%26domain%3Dvillagegamedev2.appspot.com%26origin%3Dhttp%253A%252F%252Fvillagegamedev2.appspot.com%252Ff229a93034%26relation%3Dopener%26frame%3Df2db1ec6ac&response_type=token%2Csigned_request&scope=public_profile%2Cemail%2Cpublish_actions&sdk=joey&version=v2.3 Show Web page not available.

screen shot 2015-06-22 at 3 27 45 pm

umutnacak commented 9 years ago

Because you are using my facebook app's id and secret. You need to create an app on https://developers.facebook.com/quickstarts/?platform=web; get the app id and secret and change them in config.yaml. After that set the site url as http://villagegamedev2.appspot.com/ in settings tab on developers.facebook.com. Tell me when you figure this out.