Skip to Content
MD/DE78
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }