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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top