Facebook Connect plugin question

I followed the Facebook plugin installation and usage here but was getting the error > Can’t Load URL: The domain of this URL isn’t included in the app’s domains… After searching stackoverflow, I found I need to turn on Client, Web and Embedded Browser Ouath Logins and add localhost (my dev server) to Valid Oauth redirects. Curious why this wasn’t mentioned in the plugin page when it seems to be necessary and not optional.

Because Ionic Native plugins are for mobile devices, not for local testing. But feel free to add the necessary changes here: https://github.com/ionic-team/ionic-native/edit/master/src/@ionic-native/plugins/facebook/index.ts#L23 Full docs you linked are in there.