Soundcloud API - How to get all Favorite Sets?

自闭症网瘾萝莉.ら 提交于 2019-12-08 03:14:04

问题


Is there an official way of getting all Favorites including the favorite Sets of the user or getting all playlists including the favorite sets ?

i tried the following urls but none of them gets the job done:

/me/favorites/sets 
/me/sets
/me/playlists

Any Ideas ?


回答1:


You have to wait a bit, its part of their new API. Just change the user-id to yours.

https://api-v2.soundcloud.com/users/1672444/likes?limit=10&offset=0&linked_partitioning=1



来源:https://stackoverflow.com/questions/27619743/soundcloud-api-how-to-get-all-favorite-sets

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!