function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RamsRams 

Facebook integration with saelsforce

Hi,

 

For integrating the facebook with salesforce i have used the force.com toolkit  app V3(http://wiki.developerforce.com/page/Getting_Started_with_the_Force.com_Toolkit_for_Facebook). I have configured every thing. And when i open the site link i will get the below error. Please any one help me.....

 

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

Hi!

 

Check this out: http://stackoverflow.com/questions/9941031/facebook-app-login-through-omniauth-oauthexception-191 maybe it helps. There are quite a few hits if you do a google on this problem...

 

Thanks,

Adrian