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.

edited December 2010 in Vanilla 2.0 - 2.8
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."
}
}

Comments

  • Also, you can see where it is happening at http://utahbands.com/board.php
  • lol my Facebook was working too and today The samething happened!
  • Same problem for me. No one is going to answer this?
  • Is the key right installed into the admin?
  • @alairock What it seems to be happening is that your redirect_url is not allowed by the application's configuration

    "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
  • You may be missing 'www.' off your URL in your browser.

    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.
  • edited May 2011
    Can someone explain this in layman's terms? I'm having the same problem.

    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"?
Sign In or Register to comment.