bcwik9 / robinhood-on-rails

A web dashboard for the free trading platform Robinhood using Ruby on Rails and a private API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robinhood changed Login API endpoint

x64bytes opened this issue · comments

The Login URL has been changed and the auth token process have been changed as it now uses Oauth2 and Bearer. Any chance the code will reflect these changes soon?. I am trying from my end, but it seems I need to change more than few places. Thanks

At last, I think I temporarily fixed the Login API. Not requesting a Pull because the code may not be clean as I changed few lines and is my first Ruby code changes.

FYI:-
https://github.com/in4sometech/robinhood-on-rails/tree/Login-API-Fix
image

Thanks for posting! I have a login auth change in my crypto branch but that isn't in master yet

I updated the master branch today to support new oauth logins.

I updated the master branch today to support new oauth logins.

Thank You, Just tested it. :)

commented

Does this still work? I was unable to login with the master code today

I just updated the code. See #50 (comment)

commented

I just updated the code. See #50 (comment)

Like a boss!