filiptepper / facebook-oauth-example

Facebook Graph API OAuth example with Ruby and Sinatra
20 stars 9 forks source link

Outdated as the Facebook Graph API requires a callback configuration. #4

Open cggaurav opened 12 years ago

cggaurav commented 12 years ago

{

"error": {

  "message": "Invalid redirect_uri: Given URL is not permitted by the application configuration.",

  "type": "OAuthException",

  "code": 191

}

}

Is what I get once I click "Lets see who you are"

filiptepper commented 12 years ago

Can you provide a pull request for this? At this moment I don't have the time to fix this. Thanks!

paganotoni commented 9 years ago

@filiptepper i think mentioning on the readme that you should add that host on the config should work. if thats the case i can add the PR

filiptepper commented 9 years ago

@apaganobeleno Please do, thank you!