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 am having problem connecting php web application using facebook single sign on.

This is my setting

AppDomain : localhost Site URL: http://localhost/shop/home.php

Error

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.

I just followed this tutorial http://www.9lessons.info/2011/02/login-with-facebook-and-twitter.html anybody can guide me?

share|improve this question
There are official examples shipped with official SDK. And it works – zerkms Apr 27 '12 at 12:01
Have you tried it on anything other than localhost? – MitchS Apr 27 '12 at 12:02
How to try other? – user236501 Apr 27 '12 at 12:08
Any site can let me try? – user236501 Apr 27 '12 at 12:27

1 Answer

Localhost is not a valid domain , there are few ways to bypass the error when working locally.

One way is using hostfile .

share|improve this answer
I tried change my localhost to localhost.local I got this problem This web page has a redirect loop – user236501 Apr 27 '12 at 13:10

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.