Is there a package for facebook api that can work natively on both web and mobile ( cordova ) right now? As far as I’m searching through atmosphere, there is only package that handles
- facebook login for cordova and web : particle4dev:cordova-fb
- facebook api ( web only ) : biasport:facebook-sdk
- facebook api ( cordova , through cordova plugin) : http://plugins.cordova.io/#/package/com.phonegap.plugins.facebookconnect
- facebook api via node js : stevezhu:fbgraph
What I’m looking for is all in one facebook api package that has same api for both web and mobile (via cordova).
If there’s no such package then I’m going to start working on this package, and maybe need a lot of help from the community here, since I’m new to meteor
Looking forward for answer @particle4dev