From a2bef07fd00616ea1abe7891afa057ba072a6937 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Fri, 25 Sep 2015 17:06:35 +0100 Subject: [PATCH] Use new oauth endpoint --- src/internet/core/oauthenticator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internet/core/oauthenticator.cpp b/src/internet/core/oauthenticator.cpp index a1e0b590f..a9dc24c2d 100644 --- a/src/internet/core/oauthenticator.cpp +++ b/src/internet/core/oauthenticator.cpp @@ -32,7 +32,7 @@ #include "internet/core/localredirectserver.h" const char* OAuthenticator::kRemoteURL = - "https://clementine-data.appspot.com/skydrive"; + "https://clementine-data.appspot.com/oauth"; OAuthenticator::OAuthenticator(const QString& client_id, const QString& client_secret,