Skip to content

Commit

Permalink
Merge branch 'MDL-47209-master' of git://github.com/FMCorz/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Sep 15, 2014
2 parents 7214b77 + 385de04 commit 8b1e5aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repository/skydrive/microsoftliveapi.php
Expand Up @@ -77,15 +77,15 @@ protected function use_http_get() {
* @return string the auth url
*/
protected function auth_url() {
return 'https://oauth.live.com/authorize';
return 'https://login.live.com/oauth20_authorize.srf';
}

/**
* Returns the token url for OAuth 2.0 request
* @return string the auth url
*/
protected function token_url() {
return 'https://oauth.live.com/token';
return 'https://login.live.com/oauth20_token.srf';
}

/**
Expand Down

0 comments on commit 8b1e5aa

Please sign in to comment.