spotify - users/*/playlists not returning starred/collaborative playlists -


last week calls users/{user_id}/playlists returned complete list of users playlists, included:

  • their own starred playlists
  • starred playlists subscribe too
  • collaborative playlists created/subscribed to

now, endpoint doesn't seem return any of these items.

for example, have playlist returns fine until change collaborative... no longer in response.

i have tested various combinations of scope authentication.

the /users/{user_id}/playlists endpoint not guaranteed return starred tracks. we'll add specific endpoint retrieve starred tracks in near future, , we'll announce changes in change log.

collaborative playlists never returned regardless of scope, current intended behaviour. covered in documentation users/{user_id}/playlists.

note user's collaborative playlists not retrievable.

we're doing lot of thinking how allow developers work collaborative playlists, please stay tuned news on developer site.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -