Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahmudahsan/new-javascript-sdk---oauth-2.0-based-fbconnect-tutorial
Javascript SDK oAuth 2.0 based FBConnect
https://github.com/mahmudahsan/new-javascript-sdk---oauth-2.0-based-fbconnect-tutorial
facebook jaavscript oauth oauth2 web
Last synced: 3 days ago
JSON representation
Javascript SDK oAuth 2.0 based FBConnect
- Host: GitHub
- URL: https://github.com/mahmudahsan/new-javascript-sdk---oauth-2.0-based-fbconnect-tutorial
- Owner: mahmudahsan
- License: mit
- Created: 2011-08-26T22:37:29.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T16:15:25.000Z (almost 7 years ago)
- Last Synced: 2024-08-09T13:14:23.310Z (3 months ago)
- Topics: facebook, jaavscript, oauth, oauth2, web
- Language: HTML
- Homepage: http://thinkdiff.net/facebook/new-javascript-sdk-oauth-2-0-based-fbconnect-tutorial/
- Size: 7.81 KB
- Stars: 68
- Watchers: 5
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Javascript SDK oAuth 2.0 based FBConnect
Today Facebook released their updated JavaScript SDK. Now the authentication system is based on OAuth 2.0 and HTTPS. So I updated my previous tutorial by writing this new post. In this post I'll show you using javascript how could you easily integrate facebook connect (login/logout) features in your site. Additionally how to use Facebook API to get user's information. Here I only used JavaScript no back-end PHP or any server side language.
### How to Integrate Step by Step: http://thinkdiff.net/facebook/new-javascript-sdk-oauth-2-0-based-fbconnect-tutorial/