jquery-fblogin
jquery-fblogin copied to clipboard
Empower your users to easily login via Facebook with this simple jQuery plugin.
``` $.fblogin({ fbId: 'xxxxxx', permissions: 'email,user_birthday', success: function (data) { console.log('Basic public user data returned by Facebook', data); // $.jStorage.set('name',data.name) //window.location.href = 'index.html'; }, error: function (error) { console.log('An error...
Hi, Can you please advice how to do the facebook logout feature on your jquery.
I have a web application with drupal. And there is a module overlay which opens a popup with iframe. I have included this jquery version of fblogin but it does...