An avatar, one or two

This commit is contained in:
2017-01-27 15:32:25 +01:00
parent 7fc85f72e3
commit 13bcb2c129
15 changed files with 85 additions and 44 deletions

View File

@ -324,7 +324,7 @@ namespace ZicMoove.Droid
public void AddAccount()
{
var auth = new YaOAuth2Authenticator(
clientId: "d9be5e97-c19d-42e4-b444-0e65863b19e1",
clientId: Constants.APIKey,
clientSecret: "blouh",
scope: "profile",
authorizeUrl: new Uri(Constants.AuthorizeUrl),