ruby on rails 4 - Not able to get playlist tracks -


there few playlists in account e.g "discover weekly" or "bollywood top 50" provided spotify i'm unable fetch tracks using https://api.spotify.com/v1/users/{user_id}/playlists/{playlist_id}/tracks api call.

but if create playlist manually i'll able fetch tracks. i'm not sure awkward behavior.

please me out resolve it.

i find common reason why request fails request made wrong {user_id} - needs playlist's owner's username, not username of user whom you're retrieve playlists.

if isn't case, please provide error message you're getting web api.

read more get playlist.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -