Using facebook or twitter authentication in web apps for mobiles via phonegap

I am developing a web app which I will like to use phonegap as a wrapper to render it on android and other mobile platforms. The thing is I will be using facebook and twitter authentications and I am wondering if this will work on the mobile devises. If you can even refer me to any documentation it will be very helpful

1 Like

Sure it will work. Just google for facebook auth and find their developers.facebook… docs.

1 Like

Also, check out this SitePoint article: http://www.sitepoint.com/how-to-integrate-facebook-login-into-a-cordova-based-app/ and don’t forget to read the comments. You’ll find a plugin there which might be helpful!

1 Like

The tutorial uses angular js, as of now my app runs exclusively with jquery so I am still having it difficult to build my online web app into an android (and other cross platform apps) with phonegap cordova. I succeeded in building a basic offline app, but I am not able to do the same for an online web app (linking the site and the associated files). I haven’t yet come across a tutorial that talks about login with (or without the facebook authentication) alone, without a front end framework.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.