aurbano / robinhood-node

:chart_with_upwards_trend: NodeJS client for Robinhood Trading :fire:

Home Page:https://aurbano.github.io/robinhood-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robinhood not authenticating

johnmifit opened this issue · comments

Robinhood.auth_token() is returning undefined

it appears Robinhood may have changed the authentication api as this request is returning 404...

curl -v https://api.robinhood.com/api-token-auth/ \
   -H "Accept: application/json" \
   -d "username={username}&password={password}"

(taken from https://github.com/sanko/Robinhood/blob/master/Authentication.md#logging-in)