Posts & RepliesRe: Get access token with C# Thank Greg K for the interest. I'm trying Webview and the device native Browser (that I open with "await Browser.OpenAsync(authorizeUri, BrowserLaunchMode.SystemPreferred)" where "authorizeUri" is th...Re: Get access token with C# Ok, thank. I will quickly try it. I was trying some code, and I have been able to see the authorization code in the device browser, the code that must be used in the post request to get the access to...Get access token with C# I'm making xamarin forms app that must save sqlite database in user dropbox account. I have created the required app to connect my xamarin forms app to dropbox, but i am looking for the C# code to ge...