Skip to Content
CAP448


function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }