wlepinski / angularjs-facebook-sdk

Integration between AngularJS and Facebook SDK for Javascript.
http://wlepinski.github.io/angularjs-facebook-sdk/
MIT License
36 stars 7 forks source link

angularjs-facebook-sdk

Integration between AngularJS and Facebook SDK for Javascript.

Documentation

wlepinski.github.io/angularjs-facebook-sdk/

Compiling from source

You'll need NodeJS installed to compile the source-code.

Clone the project and run npm install && npm run build on the root folder. The compiled and minified files will be generated under dist folder

Running the examples

To see the examples run npm start ( Make sure you define your appId in the file examples/app.js ).

Running tests

To execute the unit tests run npm test.

Contributing

Use the issue tracker to send PRs.