Having trouble getting the django-socialregistration app running properly. We were able to get the system working on one of our dev’s Django setups with an apache server instead of the development server.
We changed the database settings so that the django development server can run properly on our second development environment and have left all of the other settings the same.
However, when we attempt to use the facebook connect button and then click “Allow” in the pop up, we’re taken to a page with the following cryptic message:
facebook.html
This is the error template which is shown when a user logs in via Facebook and something goes wrong.
Have double checked that the App ID and secret are correct.
Have double checked the correct domain and callback URLs.
Any help or suggestions would be greatly appreciated on how to debug this.
I wasn’t able to get the django-socialregistration app working in the end. Ultimately, went ahead and used the Facebook Javascript SDK: http://developers.facebook.com/docs/reference/javascript/