Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mirror API Playground

When I enter my Client Id of an app that is authorized for Mirror API on the Mirror API Playground, and click Authorize, it opens an oAuth screen with an error:

Error: origin_mismatch
Request Details
scope=https://www.googleapis.com/auth/glass.timeline
response_type=token
access_type=online
redirect_uri=postmessage
proxy=oauth2relay706906217
origin=https://mirror-api-playground.appspot.com
state=697419930|0.9593537
display=page
client_id=111111111111.apps.googleusercontent.com
authuser=0
like image 547
Cecilia Abadie Avatar asked May 05 '13 21:05

Cecilia Abadie


1 Answers

I was missing one step in the process which is adding https://mirror-api-playground.appspot.com to the JavaScript origins for the web application client id.

like image 103
Cecilia Abadie Avatar answered Oct 26 '22 08:10

Cecilia Abadie