Openfb.js not working in Ionic View?

When I use this plugin on Ionic View app, I obtain this message on device:

The redirect_uri URL is not supported

Plugin works well in PC

Anyone knows something?

Thanks!

I have the same problem, latest version of ionic. I understand it’s because inAppBrowser plugin isn’t supported in ionic view (since it uses an inAppBrowser already to show the app).

What’s the best way to get a facebook login working with ionic view? Is it possible?

Solved it. You need to ensure that when running in cordova you override:
oauthRedirectURL = 'https://www.facebook.com/connect/login_success.html',
in openFb.js