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'm dealing with this issue all day long. I checked my app settings, and I tried diferent ways and settings, but it's still not working. My app is in the Facebook canvas.

Any call to FB.ui, feed, apprequests, etc, returns me:

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.

I tried changing and passing the redirect_uri by many ways, but nothing happens...

ANY IDEA? THANKS.

share|improve this question
possible duplicate of Facebook API error 191 – ifaour Feb 22 '12 at 9:12

1 Answer

I am not sure all of the details of your app, but I have seen this when your domain does not match your redirect url.

In my case I believe I just removed the domain from my facebook app settings.

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.