angular-easyfb icon indicating copy to clipboard operation
angular-easyfb copied to clipboard

Does it use native sdk or it needs inappbrowser

Open programming-kid opened this issue 10 years ago • 4 comments

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

programming-kid avatar Jul 10 '14 16:07 programming-kid

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.

pc035860 avatar Jul 18 '14 08:07 pc035860

i don't understand if this module dosen't support any cordova plugin why is there instructions for cordova integration in README.md

programming-kid avatar Jul 18 '14 15:07 programming-kid

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.

pc035860 avatar Jul 18 '14 15:07 pc035860

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 .

programming-kid avatar Jul 25 '14 08:07 programming-kid