Search code examples
oauthgoogle-apioauth-2.0google-readergoogle-oauth

The oauth_verifier is missing or invalid for the Google Reader OAuth Scope


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.


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.