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.

I am trying to create my websites FACEBOOK LOGIN, the App is NOT MY BAG. I keep getting this error message:

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

How can I fix this?

share|improve this question
Do you have something listed in app domain in your Dev App settings (developers.facebook.com/apps) that is different from the URL that you are trying to redirect to? – Cat Lee Sep 4 '11 at 7:10

1 Answer

Have a look at your API settings... Change the call back url to the folder where u have placed all the files on the server. And also the important thing is that you gotta host that page on the server first and check whether it works properly on not... The facebook cant revert Back if you have placed the files on your system. Let me know if you need more clarifications.

share|improve this answer

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.