https://youtube.com/shorts/_0iDQduNBfo?feature=share
FB.getLoginStatus(function(response) {
statusChangeCallback(response);
});
{
status: 'connected',
authResponse: {
accessToken: '...',
expiresIn:'...',
signedRequest:'...',
userID:'...'
}
}
0 comments:
Post a Comment