Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.41 KB

File metadata and controls

47 lines (28 loc) · 1.41 KB

Cordova Plugin Facebook Connect Lab

A demo application for the cordova-plugin-facebook-connect.

Useful if you want to try out the plugin or want to reproduce a bug or build errors.

Note about IDs

This application is configured with a Facebook App ID linked to my personal Facebook account. Please be cool, don't use these information elsewhere than for testing purpose.

Instructions

To get and install locally this project, run the following commands to clone it and install the dependencies.

git clone https://github.com/cordova-plugin-facebook-connect/cordova-plugin-facebook-connect-lab
cd cordova-plugin-facebook-connect-lab
npm install

iOS

To compile the iOS platform, run:

ionic cordova build ios

Once the application's bundle ready, open ./platforms/ios/MyApp.xcworkspace in Xcode and run the application in the simulator.

Android

To compile the Android platform, run:

ionic cordova build android

Once the application's bundle ready, open ./platforms/android in Android Studio and run the application in the simulator.

Documentation

More documentation and information? Check out the cordova-plugin-facebook-connect plugin repo.

License

MIT © David Dal Busco