I'm creating my first app using cordova 3.3.0 (aka phonegap). Everything's all right : I can run project on to Android Device Emulator and on to my mobile.
I'd like to use the facebook connect plugin : https://github.com/phonegap/phonegap-facebook-plugin
But all the documentation I read (particularly : https://developers.facebook.com/docs/android/getting-started) explains how to set up the Facebook SDK through Eclipse. I've also found doc on how to install in Androïd Studio.
I don't want to install neither of them, I do all in command line since I like to know how things works (at least for my first projetc ...).
So the question is : how do I import facebook SDK into my cordova project ?
Thanks for your ideas !