0

I successfully use ETRADE's php sdk to create and renew oauth access tokens. However, I also need to be able to use & renew these tokens from a c# application. I tried using the c# oauth library DevDefined OAuth Etrade (just to renew a token). However, I am getting an error back from ETRADE when trying to renew a token: oauth_problem=nonce_used. I looked in the source code for the oauth library and it uses windows GUID's to generate the nonce, thus it is highly unlikely that it would have been used before. Has anyone encountered and solved this? Or is there a better c# library I could use?

Jimmy
  • 4,610
  • 8
  • 51
  • 71

1 Answers1

0

Instead of using DevDefined Oauth Etrade, I used SappWorks Stocks Public, and that was able to renew just fine.

Jimmy
  • 4,610
  • 8
  • 51
  • 71