Exemplo n.º 1
0
        async Task UserLogin()
        {
            SpotifyAPI = await Spotify.UserLogin("7f08980f1dae4f3d98a40d44ef235b03");

            UserProfile = await SpotifyAPI.GetPrivateProfileAsync();

            txtUserProfile.Text          = "Logged in as: " + UserProfile.DisplayName;
            lvArticles.SelectionChanged += SelectedArticleChanged;
        }