Skip to content

wlepinski/angularjs-facebook-sdk

Repository files navigation

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.