0

I want to access google feeds with OAuth2.0. I used google-oauth-java-client to get my access token. How can I use it to access the feeds API?

I referenced dailymotion-cmdline-sample, and changed SCOPE as http://www.google.com/reader/api to fetch the credential.

It returns:

401 Unauthorized

You must be signed in to access this stream.

And I don't know what's wrong...

I also read some posts which shows OAuth2.0 is possible to do this job, but they are not detailed enough to me:

Read access only for the Google OAuth 2.0 token?

Using the Google Reader API

Accessing Google Reader subscriptions with OAuth2 access_token

1 Answer 1

6

I had the same problem with the scope as http://www.google.com/reader/api/*. I solved it by changing the scope to http://www.google.com/reader/api/. Try with the / at the end.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.