Closed
Description
I am trying to retrieve some user data but unfortunately I am getting error.
I am able to authenticate and get a user token but not make a request. So what am I missing please?
Thank you.
manager
.makeRequest('google', 'https://www.googleapis.com/oauth2/v1/userinfo')
.then(resp => {
console.log('Data ->', resp.data);
})
.catch(err => console.log(err));
Metadata
Metadata
Assignees
Labels
No labels