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've this error only when the app is in the page tab:

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.

In page tab http://www.facebook.com/pages/ConMar/268459383261877?sk=app_148000545338378 if you click on "Invita Amici" you see the error.

But with the App in facebbok I don't have the problem, it works fine: http://apps.facebook.com/family-and-friends/

Both "URL canvas:" and "Page Tab URL:" ar set to: "http://www.d4v1d3.com/family-friends/"

I use the example code:

FB.init({ appId : 'xxxxxxxxxx', frictionlessRequests: true });

  function sendRequestViaMultiFriendSelector() {
    FB.ui({method: 'apprequests',
      message: 'My Great Request'
    }, requestCallback);
  }

Do you know why I' ve the error just in the case of page tab?

Thanks.

share|improve this question

1 Answer

Go to your app settings and make the additional configuration under Basic Settings.

If your domain is http://inspiration.nyp.edu.sg

enter image description here

If you are working on localhost

enter image description here

You can refer to Sending msg and post on own wall function no longer work for more information.

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.