SoundCloud API:活动提要的项目限制是多少?

SoundCloud API: what is the item limit on the activities feed?

由于没有记录,使用活动源时我可以合理设置的最大限制是多少?

curl -i "https://api.soundcloud.com/me/activities?limit=200&oauth_token={}"

将 return 一个有效的响应。

但是:

curl -i "https://api.soundcloud.com/me/activities?limit=1000&oauth_token={}"

会 return:

HTTP/1.1 500 Internal Server Error
Content-Type: application/json;charset=utf-8
Date: Fri, 22 Jan 2016 07:22:50 GMT
Server: am/2
Content-Length: 26

{"error":"Unknown error."}

默认限制为 50,最大为 200。

https://developers.soundcloud.com/blog/offset-pagination-deprecated

如果您想翻阅所有活动,您需要使用 linked_partitioning 参数,如上所述。

或此处分页:

https://developers.soundcloud.com/docs/api/reference#activities