0

我想使用 OAuth2.0 访问谷歌提要。我使用google-oauth-java-client来获取我的访问令牌。如何使用它来访问提要 API?

我引用了 dailymotion-cmdline-sample,并将 SCOPE 更改为http://www.google.com/reader/api获取凭证。

它返回:

401 Unauthorized

You must be signed in to access this stream.

而且我不知道怎么了...

我还阅读了一些帖子,显示 OAuth2.0 可以完成这项工作,但对我来说还不够详细:

仅对 Google OAuth 2.0 令牌的读取权限?

使用 Google 阅读器 API

使用 OAuth2 access_token 访问 Google Reader 订阅

4

1 回答 1

6

我的范围与http://www.google.com/reader/api/*. 我通过将范围更改为http://www.google.com/reader/api/. 试试/最后的。

于 2012-11-09T15:35:42.850 回答