Hi, I've been tasked with writing a C# program that will run in the middle of the night (unattended) to pull data via the CC API. Everything seems to be based around OAuth2, but that's terribly complex and I'm not sure it's applicable anyway (this is NOT a web app, and no one will be there to click the "allow access" button). Can anyone give me some pointers on this? I'm absolutely NOT an OAuth2 expert, so keep it simple.... thanks
... View more