rspotify icon indicating copy to clipboard operation
rspotify copied to clipboard

playlists empty

Open tcurdt opened this issue 5 years ago • 1 comments

I am trying to get access to my playlists but doing this

RSpotify.authenticate("<my_client_id>", "<my_client_secret>")
me = RSpotify::User.find('my-user-id')
me.playlists #=> (Playlist array)

returns an empty array (and it should not be empty).

tcurdt avatar Apr 21 '19 00:04 tcurdt

I assume that's because access to private playlists needs an OAuth token.

tcurdt avatar Apr 22 '19 20:04 tcurdt