How do I use OAuth to connect to the Etrade API?

前端 未结 5 859
滥情空心
滥情空心 2020-12-13 19:22

E-Trade released their API recently and provided technical documentation which is somewhat useful but not complete.

Does anyone have a fully working example in C#

5条回答
  •  醉梦人生
    2020-12-13 19:48

    If you get "Due to a logon delay or other issue, your authentication could not be completed at this time. Please try again.",

    then I think you put wrong keys in the authorize url.

    You should follow the document by replacing the appropriate keys in this format

    https://us.etrade.com/e/etws/authorize?key=&token=

提交回复
热议问题