Hybridauth Facebook on mobile using its own application

I have a wordpress site using hybridauth so that users can log in using Facebook. However, on mobile devices, he opens a new mobile browser requesting login details for facebook.

Is there a way to use Facebookโ€™s own application for iphone / android for socialauth social login instead of opening a browser tab?

One way is to download their iphone app, which is only an iframe browsing my repson website, and then register.

Is there a better way, for example. using sencha touch or some jquery library?

+4
source share
1 answer

I used cordova.js and integrated my facebook login using the openFB.js plugin. You can try these openFB.js plugin

It works great for me ......

0
source

Source: https://habr.com/ru/post/1543842/


All Articles