Google OAuth2未能说出invalid_client

时间:2013-11-17 14:17:13

标签: django django-socialauth

我在使用google oauth2与django-social-auth

时收到错误invalid_client

enter image description here

这是我的谷歌控制台页面

Project ID:  gect-coderpool  Project Number:  258021043059

enter image description here

最后,以下是我的settings.py中的凭据

GOOGLE_OAUTH2_CLIENT_ID      = '258021043059.apps.googleusercontent.com'
GOOGLE_OAUTH2_CLIENT_SECRET  = '***'

我有很多应用程序在django-social-auth上运行,它们具有类似的设置,它们仍然像魅力一样继续工作(唯一不同的是它们在heroku上,这是localhost)。

我想指出的是,这些应用程序是使用旧的Google控制台创建的,而这是通过新的控制台创建的。

我错过了什么?

Django == 1.3.1
django_social_auth == 0.7.25

1 个答案:

答案 0 :(得分:2)

更新:它现在正在工作:)只生成新的id和秘密;)