Skip to Content
SE-E722T-W
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }