OneDriveRestAPI
OneDriveRestAPI copied to clipboard
GetAuthCode issue
// TODO: Navigate to authRequestUrl using the browser, and retrieve the Authorization Code from the response var authCode = await GetAuthCode(client, new[] { Scope.Signin, Scope.Basic, Scope.SkyDrive });
GetAuthCode does not work in asp.net mvc 5
i have successfully installed nuget package