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