Loader
// FB JavaScript SDK configuration and setup appId : '3826177504095528', // FB App ID cookie : true, // enable cookies to allow the server to access the session xfbml : true, // parse social plugins on this page version : 'v2.8' // use graph api version 2.8 // Check whether the user already logged in //display user data // getFbUserData(); // Load the JavaScript SDK asynchronously // document.getElementById('fbLink').setAttribute("onclick","fbLogout()"); // document.getElementById('fbLink').innerHTML = 'Logout from Facebook'; // document.getElementById('status').innerHTML = 'Thanks for logging in, ' + response.first_name + '!'; // document.getElementById('userData').innerHTML = '

FB ID: '+response.id+'

Name: '+response.first_name+' '+response.last_name+'

Email: '+response.email+'

Gender: '+response.gender+'

Locale: '+response.locale+'

Picture:

FB Profile: click to view profile

'; // Logout from facebook // function saveUserData(userData) // { // alert(); // $.ajax({ // type: "POST", // url: "userData.php", // data:{ // oauth_provider:'facebook', // userData: JSON.stringify(userData) // }, // success: function(response){ // window.location.href='index'; // } // }); // } // Get and display the user profile data