Im trying to connect Facebook login api to my project, using Django allauth. Although it seems that something is not working...
When I run my project on localhost, it shows:
"Page not found - Request URL: http://localhost:8000/accounts/facebook/login/token/login.html"
And also say that this path (accounts/Facebook/login/token/login.html) does not match with anything.
Can someone help me?
There is detailed explanation howto add your app with
django-allauthto the Facebook.See Django-allauth Facebook Login by Kwon Jinhwan
According to your error report, author recommends this:
Also, there is working example, you might try it
sushaantu/django-allauth-example: Working example of django-allauth