Home / Social & RSS / jQuery FBlogin - Adding Facebook Login To Your Web App
jQuery FBlogin - Adding Facebook Login To Your Web App

jQuery FBlogin - Adding Facebook Login To Your Web App

Download
  • Overview
  • Documents
  • Demos
User Rating: 4.3/5 ( 1 votes)
Your Rating:

jQuery FBlogin - Adding a Login with Facebook option to your web app is a pain! The process requires multiple requests to the Facebook API, and usually results in a messy callback soup that you get stuck managing.

A typical Facebook login flow usually requires the following sequence:

  1. Listen for Facebook SDK load with window.fbAsyncInit
  2. Initiate the Facebook App with FB.init
  3. Request Facebook permissions with FB.login
  4. Request Facebook fields with FB.me(/user)

With the fblogin plugin this is all taken care of with one simple call $.fblogin(options)

Source: blog.shakainteractive.com

Scroll To Top