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

时间:2016-01-22 07:25:24

标签: soundcloud

由于它没有记录,在使用活动Feed时我可以合理设置的最大限制是什么?

即,

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

将返回有效的回复。

可是:

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

将返回:

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."}

1 个答案:

答案 0 :(得分:2)

默认限制为50,最大值为200.

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

如果您想浏览所有活动,则需要使用上面描述的linked_pa​​rtitioning参数。

或在这里分页:

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