Update Skydrive client id & secret for redirect url change.
Fixes #4013
(cherry picked from commit f583c40ffa
)
This commit is contained in:
parent
ce0eb1b50f
commit
7983343e50
|
@ -17,8 +17,8 @@ static const char* kServiceName = "OneDrive";
|
||||||
static const char* kServiceId = "skydrive";
|
static const char* kServiceId = "skydrive";
|
||||||
static const char* kSettingsGroup = "Skydrive";
|
static const char* kSettingsGroup = "Skydrive";
|
||||||
|
|
||||||
static const char* kClientId = "00000000400E7C78";
|
static const char* kClientId = "0000000040111F16";
|
||||||
static const char* kClientSecret = "B0KLZjEgC5SpW0KknrsBFwlaKmGThaAk";
|
static const char* kClientSecret = "w2ClguSX0jG56cBl1CeUniypTBRjXt2Z";
|
||||||
|
|
||||||
static const char* kOAuthEndpoint =
|
static const char* kOAuthEndpoint =
|
||||||
"https://login.live.com/oauth20_authorize.srf";
|
"https://login.live.com/oauth20_authorize.srf";
|
||||||
|
|
Loading…
Reference in New Issue