Skip to Content
MFA208
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }