Facebook OAuthException Error

Fufu

Well-known member
I receive an OAuthException error when I test the facebook integration.
I have the Secret App Key, App ID, and even Administrator ID set.
I have repopulated the Secret App Key 4x now.
I have updated all website information, including the URL and domain name information.

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

Any ideas are worth a shot.
 
For the record, the xenForo manual needs to state this problem:
Code:
{
  "error": {
      "type": "OAuthException",
      "message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration."
  }
}

Then the xenForo manual needs to suggest this solution:

In 'admin.php' -> Basic Board Options -> Board URL needs to match exactly the facebook My Apps -> Edit Settings -> Web Site -> Site URL.
 
I'm also getting this error:


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

Everything is configured correctly so I'm not sure what is the cause. I currrently have about 8 different account configured for other forum software without any problems so I know it's configured :/
 
If all of the FB App settings are correct, as well as the board URL containing the http:// then there's not much more that can be done at this end.
 
Top Bottom