apispotifyplaylists

Spotify Apps API: Library-class won't return users Playlists


I'm trying to get an array containing all Playlists in the users Library (http://developer.spotify.com/download/spotify-apps-api/reference/dcdebc652c.html).

No problems with the other class properties (albums, artists, starredPlaylist, tracks), but somehow the "Playlists" property won't work using

var allPlaylists = models.library.playlists;

whereas

var allArtists= models.library.artists;

works just fine!( Both using document.write(var) )

Any suggestions? thank you!


Solution

  • I looks like sp.core.library.getPlaylists got disabled in . 0.8.0–701-gc2d793a