Phonegap + Facebook, Plugin or not Plugin

diegodevelopero

New member
Oct 22, 2014
2
0
0
Visit site
Hello,

I just launched an app that makes uses of the Facebook login.

I implemented the regular OAuth workflow to Login, even though I know Phonegap has a official Facebook plugin for this purpose.

The reason Why I didn't want to mess with the plugin is that as we now, Facebook changes it's API every now and then and it may cause some problems with phonegap versions as well and require more developer hours.
On the other hand the OAuth flow is very straightforward and basically it'll work on all the devices of course it'll be more limited than using the SDK.

I'd like to ask you guys your experience using the official Facebook plugin for phonegap...any issues?? versions incompatibility?? Any feedback is appreciated.

Best,