Page 1 of 1

Open Facebook Login in Native Facebook App or default user browser

Posted: Mon Mar 14, 2016 12:41 pm
by Leonardo Valentin Zeferino

Hi!

I'm deploying the social login and the page that user needs to login to Facebook always open at inAppBrowser. Is it possible to open in Native Facebook App or default user browser (like Chrome)?

I tried to change in Facebook_Helper.js this line but without success:
code
ref = window.open(url, 'blank', 'location=yes');
ref = window.open(url, 'system', 'location=yes');
ref = window.open(url, '_system');
/code

Thanks!


Open Facebook Login in Native Facebook App or default user browser

Posted: Tue Mar 15, 2016 12:36 pm
by Serhii Kulibaba

Hello Leonardo,

You can open native facebook app with facebook URL ("fb://") or with 3rd-part plugin: http://stackoverflow.com/questions/23...

Note: Appery.io facebook plugin could not to work in that cases


Open Facebook Login in Native Facebook App or default user browser

Posted: Fri Jan 13, 2017 10:44 am
by David Quigley

What do you mean, "Note: Appery.io facebook plugin could not to work in that cases"?


Open Facebook Login in Native Facebook App or default user browser

Posted: Tue Jan 17, 2017 1:58 pm
by Serhii Kulibaba

It doesn't work, because of Appery.io Facebook plugin, which uses a web mode for the facebook login, instead of native, which are used in the Cordova plugins