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.
https://www.facebook.com/add.php?api_key={your_app_id}&pages=1instead. – CBroe Sep 14 '12 at 11:54