You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add user which reposted the track/playlist to /me/activities
Issue found of: September 20th, 2020
Endpoint(s):
GET /me/activities
Scope(s):
Steps to reproduce:
curl --request GET \
--url 'https://api.soundcloud.com/me/activities?oauth_token=XXX'
Expected behaviour:
Similar to the api-v2 endpoints, the "stream" aka activities, should also return the user which has reposted the track, if reposted.
Actual behaviour:
Only the user which created the track or playlist is available in the object. I find it really useful myself to know which person reposted a track or playlist. Based on this information I can see if certain people are still interesting to follow, and if it is worth to maybe listen to or not.
The text was updated successfully, but these errors were encountered:
Add user which reposted the track/playlist to /me/activities
Issue found of: September 20th, 2020
Endpoint(s):
GET /me/activities
Scope(s):
Steps to reproduce:
curl --request GET \ --url 'https://api.soundcloud.com/me/activities?oauth_token=XXX'
Expected behaviour:
Similar to the api-v2 endpoints, the "stream" aka activities, should also return the user which has reposted the track, if reposted.
Actual behaviour:
Only the user which created the track or playlist is available in the object. I find it really useful myself to know which person reposted a track or playlist. Based on this information I can see if certain people are still interesting to follow, and if it is worth to maybe listen to or not.
The text was updated successfully, but these errors were encountered: