Closed zameschua closed 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.
invalid token: <
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
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