XF 1.1 Open graph facebook problem

Robby

Well-known member
I have entered the two credentials for the facebook open graph id but i always receiver this error:

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

What could it be?

Grtz,
Robby
 
I've just been to your forums, and when I connect to Facebook the URL is:

Rich (BB code):
https://graph.facebook.com/oauth/authorize?client_id=553013128061802&scope=email,publish_stream,user_birthday,user_status,user_website,user_location&redirect_uri=http%3A%2F%2Fwww.robbydeletter.info%2Fforum%2Findex.php%3Fregister%2Ffacebook

The bit in red, is the URL which Facebook will redirect you to.

You either:

a) Need to update your Facebook App's url to be www.robbydeletter.info OR
b) Update your Board URL in your Admin CP > Options > Basic Board Info > Board URL to be the same as the Facebook App URL.
 
Top Bottom