Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save maligree/4605771 to your computer and use it in GitHub Desktop.
Request:
https://graph.facebook.com/oauth/authorize?scope=publish_stream%2Cuser_location%2Cuser_about_me%2C+email%2Cuser_about_me%2Cuser_birthday&response_type=code&redirect_uri=https%3A%2F%2Fsmartpds.idfederate.com%2Fapi%2Flogin%2Ffacebook%2Fredirect&display=popup&client_id=310015479050308
Response:
{
"error": {
"message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration.",
"type": "OAuthException",
"code": 191
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment