当我尝试使用谷歌Oauth2进行身份验证时,我得到了这个错误
403客户端错误:禁止url:https://www.googleapis.com/plus/v1/people/me?access_token=ya29.UQK5LwsbfbnBTGBXmxeByXVP2SbBuCLIM2KxQlMRBbJYrKJANu0cWXWP4YbWjMQXQUjw&alt=json
我的重定向uri是
http://localhost:8000/complete/google-oauth2/
发布于 2016-01-29 02:46:26
在Google Api Console中启用Google+接口。
https://stackoverflow.com/questions/34395842
相似问题