We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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));
The text was updated successfully, but these errors were encountered:
Yikes! Just encountered this issue. Looking.
Sorry, something went wrong.
321dd74
Found it and pushed a fix to master. Will push to a new npm
master
npm
sweet thank you :)
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: