Skip to content

Instantly share code, notes, and snippets.

@maligree
Created January 23, 2013 13:49
Show Gist options
  • Select an option

  • Save maligree/4605794 to your computer and use it in GitHub Desktop.

Select an option

Save maligree/4605794 to your computer and use it in GitHub Desktop.
Request:
https://accounts.google.com/o/oauth2/auth?approval_prompt=auto&client_id&redirect_uri=https://smartpds.idfederate.com/api/login/google2/redirect&response_type=code&scope=https://www.googleapis.com/auth/userinfo.email%20https://www.googleapis.com/auth/userinfo.profile
Response:
Error: invalid_request
Missing required parameter: client_id
response_type=code
scope=https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile
redirect_uri=https://smartpds.idfederate.com/api/login/google2/redirect
approval_prompt=auto
client_id=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment