It Prasanna Raghavan
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
Showing posts with the label loveShow All
No results found
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); { status: 'connected', authResponse: { accessToken: '...', expiresIn:'...', signedRequest:'...', userID:'...' } }