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:];
答案 0 :(得分:5)
我在spotify Api Reference上找到了答案
//获取用户播放列表的前两页
doc.xpath("//*[@class=\"#{class_name}\"]")