我将使用django-allauth应用程序实现facebook和google的登录,但我得到了一个错误,即
You are not logged in: You are not logged in. Please log in and try again.
My Facebook App Settings


我现在该怎么办??
发布于 2016-06-17 09:45:37
下列问题解决了我的问题:
Valid Oauth redirect URI ---> set to http://localhost:8000/发布于 2016-06-17 10:11:35
将重定向URI更改为
http://localhost:8000/accounts/facebook/login/callback/并确保在设置中有SITE_ID =1。
https://stackoverflow.com/questions/37876656
复制相似问题