Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Facebook integration.
I'm pretty sure (though I could be wrong) I have it installed correctly. I have even deleted and recreated the app just to make sure it worked correctly. I have the forum embedded also, so maybe thats the problem. I currently am getting the following while connecting to the forum with facebook. : {
"error": {
"type": "OAuthException",
"message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration."
}
}
"error": {
"type": "OAuthException",
"message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration."
}
}
0
Comments
"message": "Invalid redirect_uri: Given URL is not allowed by the Application configuration."
So You should check the redirect URL to see if its correct
FB sign-in needs it to be exactly the same as when you added your site as a FB app
E.g.
http://www.mysite.com
will fail to allow people to sign in with FB if you access the site with your browser as:
http://mysite.com
Use htaccess mod/rewrites to bounce everyone to www if they omit it.
Where exactly do we find the redirect URL? Forum dashboard? Facebook app page?
The "site URL" is the same in my dashboard (including "http"s and "www"s) as it is on my app configuration, but of course I don't know if that's the "redirect URL" people are talking about as it doesn't seem to tally with what people are saying the problem is if it is. I'm personally getting this problem on some computers but not others, incidentally.
WRT this: "Use htaccess mod/rewrites to bounce everyone to www if they omit it." Who's "they"?