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 writing a javascript local app which takes login and password of Facebook account and checks privacy settings.
After the Facebook SDK is loaded and app is initialized I invoke FB.login() function and get an error:

An error occurred with 'APP'. 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.

As the app is local I registered it without URL. Should I have used Heroku?

What can be cause of the error?

share|improve this question

1 Answer

The error is as stated - the url does not match the one registered (or not registered). It being local (localhost?) does not change anything.

share|improve this answer
And in this case how can I connect to a Facebook account to get settings? – Arus Hakobyan Oct 17 '12 at 5:48
I don't understand your question - you configure the app where you created it, developers.facebook.com/apps – Sean Kinsey Oct 17 '12 at 6:58
Yes, I created and configured both local app and using Heroku, and get the same error. – Arus Hakobyan Oct 17 '12 at 7:08

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.