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 have installed the FACEBOOK OAuth for drupal7. however when i connect the f connect button it takes me to facebook site but in the middle of the page an error is displayed which is:

API Error Code: 191 API Error Description: The specified URL is not owned by the application Error Message: Invalid redirect_uri: Given URL is not allowed by the Application configuration.

Why is this and how to resolve it

share|improve this question

2 Answers

up vote 0 down vote accepted

Go into app setting in facebook and in the field "App Domains" add the domain of your site. Be sure to use subdomain if the website is on subdomain. Means that if your site is on example.com you should add example.com in the field. If it resides on mysite.example.com you should add mysite.example.com.

share|improve this answer
what if its on my localhost – kewal Jan 22 at 11:43
It's the same. Just add your virtual host. Not sure if it will work with adding localhost although there is no reason not to. – Alexander Nenkov Jan 22 at 12:20

API Error Code: 191 means that the redirect_uri hasn't been set correctly.

Make sure that the redirect_uri contains the site URL or the canvas URL as you defined in your application 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.