| Used this? Share your thoughts... Please login to comment. | |
|---|---|
18 Aug 2012 | krandor says:I have been trying to build an automated trading app using the Etrade API for 9 months.I am a professional software developer but I've had to hire 2 sub contractors to get past the Ouath authentication (because the documentation is gibberish to me). That part only works partially. The automated trading part is simple compared to this getting the authentication handshake to work correctly.. I work in VB .Net and there are no working examples in that language (or really any language). So if you ever get anything working, post it in as many places as you can so others can benefit. |
08 Nov 2012 | weidner says:Search EtradeOauthSample on github |
29 Nov 2012 | pbilka says:krandor: were you able to devise a way to obtain the "verifier" string (what you pass to GetAccessToken) programmatically? |
14 Feb 2013 | AdamRichter says:The TradeKing API also used oauth, and their are some code examples in the TradeKing API documentation. Here, for example, is a link to some ruby code that worked for someone: http://community.tradeking.com/groups/tradeking-api/forum/topics/9572-trying-to-use-the-order-api-in-ruby/forum_posts . Maybe you could try adapting that to the e-trade API. |
14 Feb 2013 | AdamRichter says:Sorry for typos. I meant to write "The TradeKing API also _uses_ oauth, and _there_ are some code examples...." |





©ProgrammableWeb.com 2013. All rights reserved.
Terms of Service | Privacy Policy