Question

I was trying out the Google Reader APIs using the Google OAuth 1.x Playground. But I get a "The oauth_verifier is missing or invalid" when I try to Authorize with the following OAuth Scope: http://www.google.com/reader/api

I believe this is the correct scope. Please advise.

Était-ce utile?

La solution

You need to use OAuth 2.0 for the Google Reader API (you can try it at the Google OAuth 2.0 Playground). The scope you listed is correct.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top