I'm running Django 1.7 with Python Social Auth 0.1.26.
My steps on the Facebook side were:
- create a new application
- create a new platform (settings > basic > add platform) on localhost (got accepted)
On the Django side I've added the facebook backend in the authentication backends, the facebook scope, secret and key.
If I go to:
http://localhost:8000/login/facebook-app/
I simply get an HTML response (on the browser) that says: "None". Nothing else. No errors, no nothing.
I'm probably missing some step, but with no information there's little I can do.
I'm running Django 1.7 with Python Social Auth 0.1.26.
My steps on the Facebook side were:
On the Django side I've added the facebook backend in the authentication backends, the facebook scope, secret and key.
If I go to:
I simply get an HTML response (on the browser) that says: "None". Nothing else. No errors, no nothing.
I'm probably missing some step, but with no information there's little I can do.