Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.

FB.getLoginStatus(function(response) { statusChangeCallback(response); }); { status: ‘connected’, authResponse: { accessToken: ‘…’, expiresIn:’…’, signedRequest:’…’, userID:’…’ } } function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }