Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When asking for authorisation by redirecting to the following url:

https://graph.facebook.com/oauth/authorize?client_id=144921372242843&redirect_uri=http://localhost:18080/grails/facebook/facebookLogin&scope=user_about_me

Facebook returns the error message (in JSON):

Invalid redirect_uri Given URL is not permitted by the application configuration.'

If I change the port number used in redirect_uri from 18080 to 8080 it works fine. Does anyone know which ports Facebook will accept (and why)?

share|improve this question
I would like a more detailed answer, considering I'm using port 3000 for a rails app... – Abe Petrillo Mar 31 '12 at 20:57

1 Answer

up vote 1 down vote accepted

As said somewhere in configuration, to be able to "test" your application on localhost, you need to use port 8080. I really see no reason why would you use 18080, used for PureMessage manager

share|improve this answer
@Don: like what? – genesis Sep 14 '11 at 12:55
I tried using port 80 instead, but that generates the same error. It seems port 8080 is the only one that works – Don Sep 14 '11 at 13:02
"As said somewhere in configuration"- what does that mean? – Adam Spiers May 8 '12 at 8:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.