Mirror API Playground
Asked Answered
B

1

8

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
Bugbear answered 5/5, 2013 at 21:42 Comment(0)
B
15

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.

Bugbear answered 9/5, 2013 at 0:38 Comment(1)
Also, I didn't notice that there's a big red button at the bottom of the playground that says "Show Playground Usage Information", which really means something more like "Show Instructions". For folks who have the same problem: click that button to make instructions magically appear!Madaras

© 2022 - 2024 — McMap. All rights reserved.