SoundCloud API:获取给定用户的喜欢

Pau*_*nel 9 java soundcloud

我正在使用SoundCloud API,我注意到网站上的喜欢数量与API给出的喜欢数量之间存在差异.

例如:

HTTPResponse resptest = wrapper.get(Request.to("/users/4132982/favorites?limit=200");
Run Code Online (Sandbox Code Playgroud)

给133赞.该用户的soundcloud公开个人资料有141个.有人知道问题是什么吗?

"这被标记为重复.它与其他问题无关."