I created a simple web application using IBM Worklight. Now, I am trying to use Facebook api using https://developers.facebook.com/docs/guides/mobile/web/#samples tutorial Where a user can login with their Facebook id.
In order to set up this functionality, I need to give the siteUri of my web app so i added web environment to my app and got app URI as http://[Ip Address]:8080/apps/services/www/zShop/mobilewebapp/
But, when I run the application, I get this 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.
Not sure what is wrong, please help