标签: django facebook socialregistration
我正在使用django-socialregistration,当我点击facebook按钮时,它会被重定向到facebook并要求用户提供权限。授予权限后,重定向到我的站点,我收到以下错误:
Credentials could not be validated, the provider returned no access token.
我不知道这意味着什么..我应该做什么?
我对this中的任何内容都不了解。