bmello4688 / TDAmeritradeApi

Unofficial TD Ameritrade CSharp API Library
Apache License 2.0
12 stars 5 forks source link

Should we use the provided ClientID? #2

Closed StevenFischerWI closed 2 years ago

StevenFischerWI commented 2 years ago

Hi there,

I'm having issues with the API working with anything besides the demo ClientID (consumer key). When I replace it with my consumer key the API fails to connect. Is the intention to use the project's ClientID as it is registered with TDA? Or should I keep troubleshooting why my Client ID fails?

I successfully use my Client ID for other purposes so I know it's working. Thanks for your help and the great library!

StevenFischerWI commented 2 years ago

Nevermind, I deleted my existing app and re-created it. It works now. Thanks much!

bmello4688 commented 2 years ago

Hi Steve, Sorry for the late response. I just had issues myself and had to recreate my consumer key. It must of been some problem with TDA

bmello4688 commented 2 years ago

ClientID (consumer key) is just an example. You need to use the one generated in the My Apps located here:

https://developer.tdameritrade.com/user/me/apps

StevenFischerWI commented 2 years ago

Awesome, I was able to get back up and running. Thanks again and good luck in the market ;)