rghuckins / robinhood-google-sheets

Robinhood Custom Functions for Google Sheets 📈
147 stars 48 forks source link

Upgrade sign in to Oauth2 #5

Closed zameschua closed 5 years ago

zameschua commented 5 years ago

I think Robinhood API recently deprecated their /api-token-auth endpoint, and migrated it over to /oauth2/token. As such, Google sheets was throwing a invalid token: < error kinda thing.

I managed to make my script work by roughly following this link: https://github.com/aurbano/robinhood-node/pull/78/files

This PR upgrades the login to use a proper Oauth2 login

closes #4