Skip to content

Instantly share code, notes, and snippets.

@cagatayk
Last active September 13, 2017 22:17
Show Gist options
  • Save cagatayk/7bacde80b921ca0862deb14a01fa7140 to your computer and use it in GitHub Desktop.
Save cagatayk/7bacde80b921ca0862deb14a01fa7140 to your computer and use it in GitHub Desktop.
Correct form of Google OAuth 2.0 redirectURL
Error Message
"400. That’s an error."
Error: invalid_request
Invalid parameter value for redirect_uri: Missing scheme:
Solution
The redirect_uri should match with this syntax: your.bundle.id:/oauth2Callback
Example : com.apperto.projectname:/oauth2Callback
You can also replace the clientSecret with empty string.
Then it should work!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment