Changed OneDrive scope

This commit is contained in:
Jaex 2014-12-26 04:14:17 +02:00
parent 3e6d87f150
commit 9f955a6457

View file

@ -48,7 +48,7 @@ public string GetAuthorizationURL()
{
Dictionary<string, string> args = new Dictionary<string, string>();
args.Add("client_id", AuthInfo.Client_ID);
args.Add("scope", "wl.offline_access wl.basic wl.skydrive");
args.Add("scope", "wl.offline_access wl.basic wl.skydrive_update");
args.Add("response_type", "code");
args.Add("redirect_uri", Links.URL_CALLBACK);