user670186
user670186

Reputation: 2860

Hybridauth Facebook login on mobile devices using native app

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?

Upvotes: 4

Views: 705

Answers (1)

Karthick A.S
Karthick A.S

Reputation: 185

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

For me it works fine......

Upvotes: 0

Related Questions