├── README.md └── index.html /README.md: -------------------------------------------------------------------------------- 1 | # SocialAuth Facebook Login 2 | 3 | Example of Facebook login and the graph api using the JavaScript SDK 4 | 5 | ### Version 6 | 1.0.0 7 | 8 | ## Usage 9 | Add your app ID (https://developers.facebook.com/apps/) 10 | 11 | Open index.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |