I am getting this error in using Graph api for facebook
“error”: {
“type”: “OAuthException”,
“message”: “Invalid redirect_uri: Given URL is not allowed by the Application configuration.”
}
}
I want to use localhost for developing website facebook application using the graph api. i working in asp.net c#
My Callback_URL public const string CALLBACK_URL = “http://localhost/FB_Conn/default.aspx”;
In my developer Facebookapp:
WebsitSite URL:
http://localhost:3915/
Any suggestions
Thanks
SC
Please help with this..
Thanks
You could specify “some.another.domain.name” in your
hostsfile and specify the same in the fb application settings.