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

Work - Life Balance

Now that I'm not working, so, I can write only about how I experienced it while I worked. Throughout my career life, I lived in Africa, where I'm …

Read more
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); { status: 'connected', authResponse: { accessToken: '...', expiresIn:'...', signedRequest:'...', userID:'...' } }