Spotify Apps - Getting Playlist Tracks
问题 I'm developing a Spotify app and want to get the tracks for a Playlist. There's the function playlist.tracks but that seems to be cached and gets the wrong list of tracks. It's also supposed to be slow and not recommended to be used in the API documentation. But what other option do I have to get a Playlist's tracks? At the moment I'm using playlist.tracks once and informing my back-end of the track list. Thanks. 回答1: For the 1.0 API: require([ '$api/models' ], function (models) { var addList