Skip to Content
SE-E722T-K


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