Monday, May 13, 2024
 Popular · Latest · Hot · Upcoming
111
rated 0 times [  118] [ 7]  / answers: 1 / hits: 54193  / 13 Years ago, fri, november 11, 2011, 12:00:00

I'm getting the following error when trying to authenticate to Facebook with OAuth:



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


My url looks like this:



https://graph.facebook.com/oauth/authorize?client_id=283993944973616&redirect_uri=http://dennys-m.appspot.com/fb_login/&scope=publish_stream,email&display=popup


I know there are a lot of other posts with this problem, but I can't see what would make my url invalid. Any ideas why I'm getting this error?


More From » facebook

 Answers
3

Your redirect url: http://dennys-m.appspot.com/fb_login/ must match the canvas url in https://developers.facebook.com/apps/ configuration panel.



Fortunately, these days Facebook gives the error message Invalid redirect_uri: Given URL is not allowed by the Application configuration. About a year ago no such exception appeared, just strange results.


[#89170] Thursday, November 10, 2011, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
clarkulisesa

Total Points: 422
Total Questions: 93
Total Answers: 112

Location: Austria
Member since Thu, Jan 7, 2021
3 Years ago
clarkulisesa questions
Mon, Feb 24, 20, 00:00, 4 Years ago
Mon, Aug 12, 19, 00:00, 5 Years ago
;