I am having trouble understanding CC's terms. api key is the key returned when you create an api application, right? What is the authorization code? Is that your CC login name or password? If not what is it? Where does the secret associated with the api key come from? Since I am running from C# do I need a redirect uri? c# is not running necessarily running the the web?
... View more
Yes. The RefreshToken is what you use as it lives forever ... or so it seems. Simply be sure to ask for and store the new RefreshToken for use next time.
... View more