Open itay-sho opened 8 years ago
My current workaround is just to set the browserOauthCallback to the cordova callback
$openFB.init({appId: 'afagasg', browserOauthCallback: "https://www.facebook.com/connect/login_success.html"});
Ah good idea!
@itay-sho i keep getting the error "Can't Load URL: The domain of this url isn't included in the app's domains. To be able to load this url, add all domains and subdomains of your app to the App Domains field in your app settings." Do you think this will fix my problem as well?
You should try, it might help
When I load the app from my phone/emulator it seems like it uses the browser redirect instead of the cordova one
the inappbrowser does load, but the redirect_uri stays like the one in the browser