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 seem to be experiencing the same bug that is described (and marked as closed) here: http://developers.facebook.com/bugs/147619418707573

I am using the usual link to add an app to a page as follows: https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID &display=popup&next=YOUR_URL

But I always receive the error message:

"An error occurred with [APP NAME]. Please try later

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 am definitely using the correct URL and App ID. The problem seems to only affect apps I have made recently, older apps can still be added using this method.

share|improve this question
1  
Try https://www.facebook.com/add.php?api_key={your_app_id}&pages=1 instead. – CBroe Sep 14 '12 at 11:54
Thanks! that actually worked, although I tried it before and it gave me an error as follows (even though it actually worked) Message for developers only: To fix this error, please set your Canvas Callback URL in your app's settings. Once it has been set, users will be redirect to that URL instead of this page after logging in. – Ben Sep 14 '12 at 12:41

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.