You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to thank the author for his huge contribution to the community - Thanks.
In addition, I would like to know how can I retrieve data from Google after the login (Username, Email etc...)
Regards,
Yair
The text was updated successfully, but these errors were encountered:
Sorry for the delay, I can not helped is more, but you can recover through the object "response" function "done"
googleapi.getToken({
client_id: GooglePlus.client_id,
client_secret: GooglePlus.client_secret
}).then(function(data) {
return googleapi.userInfo({ access_token: data.access_token });
}).done(function(response) {
console.log(response.name);
});
Hi,
I would like to thank the author for his huge contribution to the community - Thanks.
In addition, I would like to know how can I retrieve data from Google after the login (Username, Email etc...)
Regards,
Yair
The text was updated successfully, but these errors were encountered: