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.

Possible Duplicate:
Facebook API error 191

I want to use facebook autentication on my web site. if I test my application on the server using the real domain name, everything works.

however if I test it locally. I kept getting this error message

http:// localhost:60627/account/FacebookLogin?returnUrl=

Error
An error occurred with Put a straw in it. Please try again later.

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 pretty sure my code is fine, because it works on production server. it must be the setting in facebook.

I searched on google, there are alot posts regarding this problem.

this is what I tried.

  1. Sandbox mode is set to disabled. I already did this.

  2. Set value for canvas URL. Mine is not app on facebook, I dont think this will work for me.

  3. try to add localhost to app domains, but facebook wont let me.

please help me to figure out why I only get this message on local machine?

share|improve this question

marked as duplicate by ifaour, Peter O., Kevin, Chris Gerken, Ryan Bigg Nov 5 '12 at 4:56

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

You need to use the domain that is set in your applications domain settings. Only that domain can be used to make calls and authenticate.

domain settings must be a publicly facing domain, "no local host"

Local host will not work in most cases.

share|improve this answer
1  
i need to test it before I upload it online. is there a way to test it locally? there must be a way to do it. – feelexit Nov 4 '12 at 14:06
i will check the documents again, and the dev forum. I am pretty sure though that is the law of facebook apps. – Shawn E Carter Nov 4 '12 at 15:20

Not the answer you're looking for? Browse other questions tagged or ask your own question.