Closed fwcd closed 3 years ago
Calling User.new(...).playlists after authenticating the user via OAuth only yields his public playlists, not the private ones (as expected).
User.new(...).playlists
Possibly related to #188.
My mistake, I had a typo in my User.new invocation ('credentials': ... instead of 'credentials' => ...).
User.new
'credentials': ...
'credentials' => ...
Calling
User.new(...).playlists
after authenticating the user via OAuth only yields his public playlists, not the private ones (as expected).Possibly related to #188.