是否需要SSL才能使用google plus api?

时间:2011-09-19 22:01:34

标签: oauth google-plus

我对Oauth2.0很新。
我想开始使用Google Plus api。

我使用了以下资源

  

Using OAuth 2.0 to Access Google APIs”文档。

     

Google Plus Oauth Api范围键   (https://www.googleapis.com/auth/plus.me)。

玩卷曲并与其他“范围键”成功后。我在google plus scope(https://www.googleapis.com/auth/plus.me)中遇到以下错误。

“令牌无效 - AuthSub令牌的范围错误”

然后我找到了解决方案Google’s OAuth Pain: Token invalid – AuthSub token has wrong scope

它指出跟随

  

如果您收到“令牌无效 - AuthSub令牌的范围错误”   当您尝试使用OAuth(甚至AuthSub)时出错   问题?),确保您要求的范围使用相同的范围   你正在使用的协议

我做了他所说的话,把“s”从范围中取出“

http://www.googleapis.com/auth/plus.me

但现在它给了我这个错误

enter image description here

这是否意味着您的网站必须使用SSL?

感谢您的反馈。

编辑:结果我使用了错误的api
应该是https://www.googleapis.com/plus/v1/people/me?access_token=xxxx

2 个答案:

答案 0 :(得分:7)

您的网站不需要使用SSL,但它对Google+ API的所有通话都必须使用HTTPS。有关Google +中OAuth范围的详细信息,请参阅:http://developers.google.com/+/api/oauth

答案 1 :(得分:3)

我找到了答案,我使用了错误的网址来表示api

<强> https://www.googleapis.com/plus/v1/people/me ?的access_token = {}散列