Search code examples
pythondjangopython-social-auth

Social authentification django


I am building a website using django, and I did a social auto using 'allauth', but the thing is, I can only login from my own facebook account where I have added the app in developers.facebook.com, well I want other users , to be able to login with their own facebook accounts. Is there's another way than 'allauth', or should I make changes to it ? I am a beginner in django.


Solution

  • In APP Review tab Make your facebook app public by clicking Yes.

    and then anyone can login using their facebook account even from localhost beacuse facebook api allows localhost also unlike google or twitter api.

    enter image description here