Armax / Pokemon-GO-node-api

Pokemon GO api node.js library
MIT License
875 stars 198 forks source link

Google Access Token #150

Open arosta1 opened 8 years ago

arosta1 commented 8 years ago

You guys have done a great job. I really appreciate legible code

This isn't an issue so to speak but I'd appreciate any help all the same. I'm attempting to build my own personal access to the GO RPCs inside a Node.js application I'm putting together. I have been able to successfully obtain an access token following your examples but I'm kind of at a loss about where to go next with this.

capture

This is the data I've managed to obtain. I just don't know where to go next. I don't know which niantic rpc url to post to, I don't know what data it's expecting etc. That kind of thing. Now that I have the token from Google I am unsure what to actually do with it. The final line is a POST request to the RPC url for PoGo juts to test it's responses. I sent no data

If you can help me outline the steps you took with authenticating with PoGo's servers I'd be really grateful. Thanks so much guys and well done on a great job again!