johnmallon62
Group: Registered
Joined: 2024-12-02
New Member
Follow
ScSaaS Providers In forum All Things Supply Chain. |
3 weeks ago |
FB.getLoginStatus(function(response) {
statusChangeCallback(response);
});
{
status: ‘connected’,
authResponse: {
accessToken: ‘…’,
expiresIn:’…’,
signedRequest:’…’,
userID:’…’
}
}