Facing issue in facebook integration

akhi_234

Member
I am trying to integrate facebook and i have succesfully created app id and secrect key. after entering that information when i am testing integration, i am getting following error;

{
"error": {
"message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration.",
"type": "OAuthException"
}
}

Please help.
 
Hi dudes!

I'm getting the same error. I was glad to see someone already asked the question! :)

In my case, I did already enter my URL. Check it out:
http://screencast.com/t/qBrxZGKN7fK

Here's the error I'm getting:
Code:
{
  "error": {
      "message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration.",
      "type": "OAuthException"
  }
}

Any advice?

Thanks very much!!!
 
Top Bottom