Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 1.58 KB

README.md

File metadata and controls

59 lines (35 loc) · 1.58 KB

Cordova Plugin Facebook Connect Lab

A demo application for the cordova-plugin-fbsdk.

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

Note about native versions

iOS

Android:

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/MaximBelov/cordova-plugin-fbsdk-lab
cd cordova-plugin-fbsdk-lab
npm install

set your CLIENT_TOKEN

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-fbsdk plugin repo.

License

MIT © David Dal Busco