-
Notifications
You must be signed in to change notification settings - Fork 68
Does it use native sdk or it needs inappbrowser #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, This plugin basically maps Facebook JS SDK's API into angular context. |
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. |
Remove the cordova usage part due to the module can't support current version of cordova facebook plugins anymore. #36
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 . |
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
The text was updated successfully, but these errors were encountered: