Get the social media links from a Soundcloud user

▼魔方 西西 提交于 2020-07-09 14:00:34

问题


Is it possible to retrieve the social media links (such as Twitter, Facebook, Songkick, etc.) from a user on Soundcloud, similar to how you retrieve a user website on Soundcloud?

I read in this old Soundcloud API thread from 2011 (https://groups.google.com/forum/#!topic/soundcloudapi/AM8sIULAcLQ), that this was a high priority feature to be released. Is this possible yet (possibly skipped over in the API docs)?


回答1:


The endpoint is users/{id}/web-profiles

https://developers.soundcloud.com/docs/api/reference#users (Subresources)

Calls for XML / JSON:

https://api.soundcloud.com/users/3368879/web-profiles?limit=10&offset=0&linked_partitioning=1&client_id=b45b1aa10f1ac2941910a7f0d10f8e28&app_version=121349e9

https://api.soundcloud.com/users/3368879/web-profiles.json?limit=10&offset=0&linked_partitioning=1&client_id=b45b1aa10f1ac2941910a7f0d10f8e28&app_version=121349e9



来源:https://stackoverflow.com/questions/18391870/get-the-social-media-links-from-a-soundcloud-user

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