Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.07 KB

Angular Facebook Utils

Visit the nicer page at http://davidchang.github.io/angular-facebook-utils/ for more details.

Installation and Usage

  1. bower install angular-facebook-utils
  2. <script src="bower_components/angular-facebook-utils/src/facebookUtils.min.js"></script>
  3. angular.module('facebookUtilsDemo', ['facebookUtils']);
  4. <facebook-login-button></facebook-login-button>

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

https://github.com/Terumi/AngularJS-Facebook-Login/blob/master/js/app.js

https://github.com/necolas/css3-social-signin-buttons

Me

http://davidandsuzi.com