Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

ninjatronic/ngFacebook

Facebook SDK wrapper for AngularJS Apps

ninjatronic/ngFacebook.json
{
"createdAt": "2013-09-05T19:18:10Z",
"defaultBranch": "master",
"description": "Facebook SDK wrapper for AngularJS Apps",
"fullName": "ninjatronic/ngFacebook",
"homepage": "",
"language": "JavaScript",
"name": "ngFacebook",
"pushedAt": "2015-06-14T10:27:39Z",
"stargazersCount": 35,
"topics": [],
"updatedAt": "2021-05-10T03:32:22Z",
"url": "https://github.com/ninjatronic/ngFacebook"
}

Build Status

Facebook SDK wrapper for AngularJS Apps.

bower install ngFacebook

<script unsrc="bower_components/angular/angular.min.js"></script>
<script unsrc="bower_components/ngFacebook/version/v0.0.3/ngFacebook.min.js"></script>

Download the [minified source]!(../../blob/v0.0.3/version/v0.0.3/ngFacebook.min.js) and include in your build as desired.

For usage instructions, please see the Github page for this project.

This project uses grunt for tooling. To run the tests run grunt test. To build, navigate to the root directory and run grunt build.

ngFacebook actively welcomes contributions. Please submit a pull request or raise an issue with a test that demonstrates the bug/feature.