Posts
Showing posts with the label football
{ status: 'connected', authResponse: { accessToken: '...', expiresIn:'...', signedRequest:'...', userID:'...' function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); } } }
Skip to main content