Vinay Singh
Group: Registered
Joined: 2024-12-18
New Member
Follow
No activity found for this member.
FB.getLoginStatus(function(response) {
statusChangeCallback(response);
});
{
status: ‘connected’,
authResponse: {
accessToken: ‘…’,
expiresIn:’…’,
signedRequest:’…’,
userID:’…’
}
}