Installation instructions
Add the plugin to your project:
ionic plugin add com.phonegap.plugins.facebookconnect --variable APP_ID="" --variable APP_NAME=""
Check that com.phonegap.plugins.facebookconnect/FacebookLib exists othervise install facebook SDK manually.
Run clean_android.sh
Done
To hook it up in your angular app. Add the respective content of js files to your app.
THe angular portion uses the following dependencies: angular-data, ngCordova
The authService lests you easily define additional login providers.