https://github.com/frikishaan/facebook-auth
Facebook Login and Graph API Example
https://github.com/frikishaan/facebook-auth
facebook-login graph-api javascript-sdk
Last synced: about 2 months ago
JSON representation
Facebook Login and Graph API Example
- Host: GitHub
- URL: https://github.com/frikishaan/facebook-auth
- Owner: frikishaan
- Created: 2019-01-10T15:34:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T15:16:13.000Z (almost 6 years ago)
- Last Synced: 2025-01-09T12:40:00.183Z (4 months ago)
- Topics: facebook-login, graph-api, javascript-sdk
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authapp
This is an exampe of how to use **Facebook login** and the **Facebook Graph API** using javascript.
> NOTE:-
> Use a secure **https** connection according to the facebook even for the testing purpose (refer here).
> One way to have a https connection is to use a free 000Webhost.com since they give you access to your site with https.
Libraries used
-
Bootswatch : A customized bootstrap library for designing. -
Moment.js : For time formatting
References
-
Traversy Media (from where I learned to integrate the facebook API) - Facebook documentation for Login
- Documentation for using Graph API