Set Authorized Redirect URIs in Google API console
Written by Saran on
January 17, 2012,
Updated
December 21, 2013Once you have created your
Google OAuth API Keys, you may be wondering how to authorize redirect URIs for your applications? or may you are receiving
Error:redirect_uri_mismatch error. You can correct it by following these simple steps below.
Note: This steps are intended for novice users.
- Go to Google API console and click API Access tab on the sidebar.
- Click Edit Settings under Client ID for web applications block.
- Enter your URIs, one per line as shown in picture below, and click Save/Update.
That's it, your application should work without any interruption from now on. For more info you can checkout google documentation
here.