Skip to content

cordova-plugin-facebook-connect/cordova-plugin-facebook-connect-lab

 
 

Repository files navigation

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

About

A demo application for the cordova-plugin-facebook4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.6%
  • SCSS 20.3%
  • JavaScript 9.9%
  • HTML 6.2%