AlmogBaku / ngFacebook

DEPRECATED Angular facebook service
MIT License
261 stars 70 forks source link

login from Cordova Not Possible. #48

Open spruzzer opened 9 years ago

spruzzer commented 9 years ago

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