Closed mainstringargs closed 1 month ago
See issue #9
What this client ID variable? Are we sure it doesn't change based on the user/location/idk?
public static String client_id = "c82SH0WZOsabOXGP2sxqcj34FxkvfnWRZBKlBjFS";
Unfortunately since this is undocumented API, it’s not really clear. This https://www.reddit.com/r/algotrading/comments/9fatem/robinhood_api_login_issues/?st=JOI07B4U&sh=56ed7f58 indicates it may represent a web client?
On Wed, Nov 14, 2018 at 8:44 PM Jono notifications@github.com wrote:
What this client ID variable? Are we sure it doesn't change based on the user/location/idk?
public static String client_id = "c82SH0WZOsabOXGP2sxqcj34FxkvfnWRZBKlBjFS";
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AquaticMasteryProductions/Robinhood-Api-Java/pull/10#issuecomment-438896698, or mute the thread https://github.com/notifications/unsubscribe-auth/AGt2chtX1-jD8TzNU5jFY0wtWdS2-JRuks5uvNUrgaJpZM4YeRXx .
Using this as for guidance:
https://github.com/Jamonek/Robinhood/blob/master/Robinhood/Robinhood.py#L87
I was able to get things working again as far as I can tell.