Facebook Integration Test Failed

Rho Delta

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

I get this error when I run the test. Help?
:(
 
{ "error": { "type": "OAuthException", "message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration." } }

I get this error when I run the test. Help?
:(
In addition to searching out the links that Brogan gave, make sure that your Facebook URL is correct. Yesterday I ran into the same error you are and in my case the answer was because when I created the Facebook app I used "http://www.mysite.com" as the URL but I then added a .htaccess to my site to redirect www.mysite.com to just mysite.com without the www in front. After updating the FB app settings to also not have the www as part of the domain then it worked for me. It was actually throwing me off for a bit because I set up 3 nearly identical XF installs and 2 were working fine but not the 3rd.

The URL in question that solved for me was the FB apps page (https://www.facebook.com/developers/apps.php) then clicking on the app name then "Edit Settings" then "Web Site" and then the "Site URL" value.

Might not be issue but be sure to check the "Site URL" value to make sure it is the valid full URL to your site.
 
Top Bottom