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
Title: /me/activities returns activities that do not belong to the authenticated user
Issue found of: September 20th, 2020
Endpoint(s):
GET /me/activities
Scope(s):
OAuth 2 access token
Steps to reproduce:
curl --request GET \
--url 'https://api.soundcloud.com/me/activities'
Expected behaviour:
A collection of activities should be returned that all belong to the authenticated user
Actual behaviour:
A collection of activities is returned but only some belong to the authenticated user - most are other users' activities. This also affects the /me/activities/all/own endpoint
The text was updated successfully, but these errors were encountered:
I had a closer look at this and it appears that the endpoint is returning activities from other users that the authenticated user follows, as well as their own activities
Title: /me/activities returns activities that do not belong to the authenticated user
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'
Expected behaviour:
A collection of activities should be returned that all belong to the authenticated user
Actual behaviour:
A collection of activities is returned but only some belong to the authenticated user - most are other users' activities. This also affects the /me/activities/all/own endpoint
The text was updated successfully, but these errors were encountered: