Open
Description
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