Hybridauth Facebook login on mobile devices using native app

699 views Asked by At

I have a wordpress site using hybridauth to allow users to login with Facebook. However, on mobile devices, it opens a new mobile browser asking for the facebook login data.

Is there a way to use the native Facebook app on the iphone / android for hybridauth social login instead of opening a browser tab?

One way would be to have them download an iphone app that is just an iframe browsing my repsonsive website and then sign up.

Is there a better way e.g. using sencha touch or some jquery library?

1

There are 1 answers

0
Karthick A.S On

I used cordova.js and integrate facebook login using openFB.js plugin.You can try these openFB.js plugin

For me it works fine......