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?