Skip to content

Other users' activities being returned on /me/activities endpoint #325

Open
@dewhaskins

Description

@dewhaskins

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions