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