angular-easyfb
angular-easyfb copied to clipboard
Does it use native sdk or it needs inappbrowser
after trying so many unsuccessful attempt to integrate phonegap with facebook-plugin i found this plugin , i just have one question before trying this on phonegap
does this use native sdk or should i install inappbrowser
Hi,
This plugin basically maps Facebook JS SDK's API into angular context. It seems that both cordova-facebook and phonegap-facebook-plugin go for native SDK and not providing the same API as Facebook JS SDK, hence this module doesn't support any cordova/phonegap plugin now.
i don't understand if this module dosen't support any cordova plugin why is there instructions for cordova integration in README.md
Current support of cordova integration was implemented in #16. And during that time, phonegap-facebook-plugin was using the same API as Facebook JS SDK and was implemented with an inappbrowser I guess.
The old repo url is https://github.com/phonegap/phonegap-facebook-plugin, which now redirects to https://github.com/wizcorp/phonegap-facebook-plugin.
I'll have the part of README.md removed.
i worked with https://github.com/phonegap/phonegap-facebook-plugin 0.4.0 release and it works just fine (for my needs) i just needed to login with fb . m not sure about other apis .