How to exactly implement FACEBOOK plugin for Android PhoneGap?

I am new to PhoneGap, I would like to know the exact procedure for the facebook plugin for PhoneGap android.i, just want to implement it and see it. i read some tutorials on the internet ... it asked me to download the FBandroid SDK from facebook developer site .. i did it and installed it in the following path

adt-bundle-windows-x86\sdk\platform-tools

      

using the command

adb install FBAndroid-2.0.apk

      

on the command line ... I got the message successfully, but when I started the emulator ... the emulator does not open, and in my log cat in eclipse ... all commands RE RUNNING CONTINUOUSLY FOR 2-3 HOURS ..

OR

when i run the same emulator again .. it opens but i don't find this F character on the main screen of the emulator.

please also let me know what exactly is the procedure before and after?

please guide me ....

+3


source to share


1 answer


This is the complete guide for the facebook plugin on Android and iOS.

https://github.com/phonegap/phonegap-facebook-plugin



Follow the instructions to set up the plugin.

0


source







All Articles