When I run the Harness with my access token and
the control asks for my account number. I provided my account number and click Go.
The UI returns:
Unauthorized Account: 99999999
It seems to me, after reading the documentation, that the code needs to ask for an authorization code and provide a callback.
They seem to assume that we coders are running the code in a browser so that the callback would be part of an ajax call. Are you planning on adding OAuth2 to your code?
Perhaps I need to register the app with Tradier?
Nick Stein aka bizcad on github.
BTW the get quotes works fine.