I'm using on my application the following:
DropboxOAuth2Helper.GetAuthorizeUri(<client_key>);
This shows an authorization code on the browser. Once pasted back to the app, I can't find anywhere how to exchange it for an access token.
I'm using c# on desktop app.