
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.
Easily log in with Facebook with a single call using this simple jQuery plugin.Logging in with Facebook usually requires the following steps:
- window.fbAsyncInit
- FB.init
- FB.login
- FB.api(/me)
With the plugin just use $.fblogin();