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?