Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidchang/angular-facebook-utils
Angular Facebook Utils
https://github.com/davidchang/angular-facebook-utils
Last synced: 3 months ago
JSON representation
Angular Facebook Utils
- Host: GitHub
- URL: https://github.com/davidchang/angular-facebook-utils
- Owner: davidchang
- Created: 2013-10-11T07:01:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-29T18:58:56.000Z (almost 11 years ago)
- Last Synced: 2024-08-04T05:04:06.876Z (4 months ago)
- Language: JavaScript
- Size: 462 KB
- Stars: 72
- Watchers: 5
- Forks: 24
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Angular Facebook Utils
===================Visit the nicer page at [http://davidchang.github.io/angular-facebook-utils/](http://davidchang.github.io/angular-facebook-utils/) for more details.
Installation and Usage
----------------------1. ``bower install angular-facebook-utils``
2. ````
3. ``angular.module('facebookUtilsDemo', ['facebookUtils']);``
4. ````Due Credit
----------I took code and ideas from these 3 places, so they deserve more obvious credit:
[http://blog.brunoscopelliti.com/facebook-authentication-in-your-angularjs-web-app](http://blog.brunoscopelliti.com/facebook-authentication-in-your-angularjs-web-app)
[https://github.com/Terumi/AngularJS-Facebook-Login/blob/master/js/app.js](https://github.com/Terumi/AngularJS-Facebook-Login/blob/master/js/app.js)
[https://github.com/necolas/css3-social-signin-buttons](https://github.com/necolas/css3-social-signin-buttons)
Me
--
[http://davidandsuzi.com](http://davidandsuzi.com)