예제 #1
0
        public void DoesGetAuthToken()
        {
            SpotifyClient sc = new SpotifyClient(new SpotifyInterop.Models.SpotifyCredentials(ConfigurationManager.AppSettings["clientId"], ConfigurationManager.AppSettings["clientSecret"]));

            sc.getauthtoken();

            Assert.IsNotNull(sc.AccessToken);
        }