Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dewhaskins opened this issue Sep 23, 2024 · 3 comments
Open
Labels
bug Something isn't working

Comments

@dewhaskins
Copy link

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

@dewhaskins
Copy link
Author

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

@youssefhassan youssefhassan added the bug Something isn't working label Oct 7, 2024
@youssefhassan
Copy link

I will look into this, can you share your app name or username that created the app to debug the issue? thanks for reporting

@dewhaskins
Copy link
Author

I will look into this, can you share your app name or username that created the app to debug the issue? thanks for reporting

Thanks, app name is SC Assistant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants