fbpx
Log in
Please enter your email
Please enter your password Forgot password?
Loading
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); { status: 'connected', authResponse: { accessToken: '...', expiresIn:'...', signedRequest:'...', userID:'...' } } function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }