简体   繁体   English

使用iOS SDK获取喜欢的Soundcloud用户列表

[英]Getting list of Soundcloud user likes with ios sdk

I am trying to build an application where users can share their soundcloud likes with eachother. 我正在尝试构建一个应用程序,用户可以在其中共享彼此的音云赞。 I have the sdk installed to the point of logging in and being able to retrieve a list of tracks uploaded by the user but how do i get a list of the songs that a user has liked? 我已经安装了sdk,可以登录并能够检索用户上传的曲目列表,但是如何获得用户喜欢的歌曲列表? Thanks. 谢谢。

Have you tried to take a look on the docs? 您是否尝试过查看文档?

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

The endpoint is: 端点是:

  • /me/favorites OR / me /收藏夹或
  • /users/{id}/favorites /用户/ {ID} /收藏夹

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM