Skip to Content
EDM-380
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }