Skip to content

Error on get > Cannot be cast to java.util.Map #23

New issue

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

Closed
julesmoretti opened this issue Dec 13, 2016 · 3 comments
Closed

Error on get > Cannot be cast to java.util.Map #23

julesmoretti opened this issue Dec 13, 2016 · 3 comments

Comments

@julesmoretti
Copy link

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));

screen shot 2016-12-12 at 5 35 38 pm

@auser
Copy link
Contributor

auser commented Dec 13, 2016

Yikes! Just encountered this issue. Looking.

@auser auser closed this as completed in 321dd74 Dec 13, 2016
@auser
Copy link
Contributor

auser commented Dec 13, 2016

Found it and pushed a fix to master. Will push to a new npm

@julesmoretti
Copy link
Author

sweet thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants