hi,
i using dropbox.net version: v4.0.30319 and mvc 5
but if using this code:
var response = await DropboxOAuth2Helper.ProcessCodeFlowAsync(
code,
appKey,
appSecret,
callbackUrl);
the browser show this error:
impossible to found method 'System.Threading.Tasks.Task`1<Dropbox.Api.OAuth2Response> Dropbox.Api.DropboxOAuth2Helper.ProcessCodeFlowAsync(System.String, System.String, System.String, System.String, System.Net.Http.HttpClient)'
any help?