diff --git a/repository/skydrive/microsoftliveapi.php b/repository/skydrive/microsoftliveapi.php index ef5b563f4dfeb..710777bdc6760 100644 --- a/repository/skydrive/microsoftliveapi.php +++ b/repository/skydrive/microsoftliveapi.php @@ -77,7 +77,7 @@ 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'; } /** @@ -85,7 +85,7 @@ protected function auth_url() { * @return string the auth url */ protected function token_url() { - return 'https://oauth.live.com/token'; + return 'https://login.live.com/oauth20_token.srf'; } /**