factorizing constants

This commit is contained in:
Paul Schneider 2017-02-05 20:46:42 +01:00
commit fd2e40dcf1
11 changed files with 108 additions and 71 deletions

View file

@ -327,8 +327,8 @@ namespace ZicMoove.Droid
{
var auth = new YaOAuth2Authenticator(
clientId: Constants.APIKey,
clientSecret: "blouh",
scope: "profile",
clientSecret: Constants.APISecret,
scope: Constants.Scope,
authorizeUrl: new Uri(Constants.AuthorizeUrl),
redirectUrl: new Uri(Constants.RedirectUrl),
accessTokenUrl: new Uri(Constants.AccessTokenUrl));