Get the social media links from a Soundcloud user -


is possible retrieve social media links (such twitter, facebook, songkick, etc.) user on soundcloud, similar how retrieve user website on soundcloud?

i read in old soundcloud api thread 2011 (https://groups.google.com/forum/#!topic/soundcloudapi/am8siulaclq), high priority feature released. possible yet (possibly skipped on in api docs)?

the endpoint users/{id}/web-profiles

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

calls 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