Spotify get all user's playlist

时间:2015-06-15 15:02:29

标签: ios api sdk spotify

In spotify iOS SDK, get playlist code has offset = 0, and limit = 20

But If a user has 21 or more playlist.

So how can I reach them? Any idea?

Im using

[SPTPlaylistList playlistsForUser:
                  withAccessToken:
                         callback:];

1 个答案:

答案 0 :(得分:5)

我在spotify Api Reference上找到了答案

//获取用户播放列表的前两页

doc.xpath("//*[@class=\"#{class_name}\"]")