我在使用 django socialauth 应用程序时遇到了一些问题。
我收到以下错误:
no such table: openid_consumer_association
每当我点击 google 或 Yahoo 图标登录时,我都会收到上述错误。请问我该如何解决这个问题?
我收到的另一个错误与 facebook 连接有关。每当我尝试在http://localhost:8000/accounts/facebook_login/访问 Facebook 登录网址时,我都会收到以下错误:
{
"error": {
"type": "OAuthException",
"message": "Missing client_id"
}
}
我一直在寻找成功实施socialauth的高低。
不过好像bug挺多的?
任何提示,建议都非常受欢迎!