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.

Possible Duplicate:
Facebook API error 191

I have a Facebook page app running a competition entry that posts to the users wall upon entry. I have it set up and working on my development server but when I try to host it from my dedicated server I get the error:

API Error Code: 191 API Error Description: The specified URL is not owned by the application Error Message: Invalid redirect_uri: Given URL is not permitted by the application configuration.

This suggests I haven't used the correct URL in my app settings, but I have checked and doubled checked and everything is okay. It only seems to be a problem when hosted on my dedicated server as I have tested the app from servers and it works fine. For this project unfortunately it HAS to be hosted from my dedicated server.

Does anyone know a solution to this?

share|improve this question

marked as duplicate by Igy, PeeHaa 埽, tereško, Jocelyn, Zuul Sep 25 '12 at 23:13

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Each Facebook application requires it's own unique domain name. One domain name for one Facebook application.

Create new application for you production domain name.

share|improve this answer
Sorry, I should have said I have already done this. I have multiple versions to test where the problem is coming from. I have tested with 3 domains / 3 facebook apps - all exactly the same (apart from the app id / app secret) 2 versions of the app work when hosted on shared hosting, the version on my dedicated server does not work – Andrew Smart Sep 6 '12 at 15:10

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