Update Skydrive client id & secret for redirect url change.

Fixes #4013
This commit is contained in:
John Maguire 2013-12-19 14:31:23 +01:00
parent f984f5f52d
commit f583c40ffa
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ static const char* kServiceName = "Skydrive";
static const char* kServiceId = "skydrive";
static const char* kSettingsGroup = "Skydrive";
static const char* kClientId = "00000000400E7C78";
static const char* kClientSecret = "B0KLZjEgC5SpW0KknrsBFwlaKmGThaAk";
static const char* kClientId = "0000000040111F16";
static const char* kClientSecret = "w2ClguSX0jG56cBl1CeUniypTBRjXt2Z";
static const char* kOAuthEndpoint =
"https://login.live.com/oauth20_authorize.srf";