I'm trying to implement facebook login in a cordova app via ngFacebook. I'm able to run the code on a browser, but not in cordova app, where I get the error: Given URL is not allowed by the Application configuration: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
I have followed the tutorial, and added the domain of the app registered at developers.facebook. To make the popup appearing in cordova inAppBrowser plugin has been installed. There is a workaround I can adopt to solve this issue? Thx
I'm trying to implement facebook login in a cordova app via ngFacebook. I'm able to run the code on a browser, but not in cordova app, where I get the error: Given URL is not allowed by the Application configuration: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains.
I have followed the tutorial, and added the domain of the app registered at developers.facebook. To make the popup appearing in cordova inAppBrowser plugin has been installed. There is a workaround I can adopt to solve this issue? Thx