Use new oauth endpoint

This commit is contained in:
John Maguire 2015-09-25 17:06:35 +01:00
parent 06e5b6750c
commit a2bef07fd0
1 changed files with 1 additions and 1 deletions

View File

@ -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,