User's history and pagination with Deezer APIs
问题 if I try to get the streaming history of a user, e.g. http://api.deezer.com/2.0/user/.../history?access_token=... I get the first result page but I don't see any method/parameter (like next, page, ...) to see the rest of the results. How can I get the following result pages? Thanks. 回答1: There are two parameters available to control the paging of data: limit: the number of individual track objects that are returned in the request. index: the individual track objects at the specified index