Django-allauth Facebook错误
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Django-allauth Facebook错误相关的知识,希望对你有一定的参考价值。
我将使用django-allauth应用程序实现登录facebook和google,但我收到一个错误,即
You are not logged in: You are not logged in. Please log in and try again.
My Facebook App Settings
我现在应该怎么做??
答案
将您的重定向URI更改为
http://localhost:8000/accounts/facebook/login/callback/
并确保在设置中有SITE_ID = 1。
另一答案
以下解决了我的问题:
Valid Oauth redirect URI ---> set to http://localhost:8000/
以上是关于Django-allauth Facebook错误的主要内容,如果未能解决你的问题,请参考以下文章
django-rest-auth + django-allauth + angular2
django-allauth 为带有参数“()”和关键字参数“”的“account_confirm_email”返回错误反向