Hello, I've been reading dozens of pages of documentation, blogs, dropbox forum posts and other information without avail. Most of the API is pretty straighforward and easy to use but I'm hitting a roadblock.
What I'm trying to do is get a refresh token. This will be a server app using a single user account. I understand the refresh token will get me new access tokens each time. My question is how to get the first refresh token? Can I do it through C# code? If not, which endpoint would I use to get the initial token? I pulled the examples from github but it doesn't compile and I failed to rebuild it (the example was built on .net 4.5 and the API is .net standard so not compatible). If you're so kind to provide a solution, can you explain it step by step or sample code (I've read the OAuth guides multiple times and they're unclear to me)?
Thanks,
Al