Spotify Apps API: get other users' playlists

2019-06-02 08:00发布

Is there a way to get public playlists that are not your own? Or can I crank up the number of tracks that are returned from social.getToplist()?

Context: I'm writing a little App that lets you specify some users and then creates a playlist based on what those users listen to (Think party playlist). The only thing I've found to achieve that is to get their top tracks via social.getToplist() - but that returns only 20 tracks per user, which isn't that much..

标签: spotify
2条回答
小情绪 Triste *
2楼-- · 2019-06-02 08:41

Maybe you can use the graph Api from facebook for that kind of stuff.

There is also an Q&A here for that way on stackoverflow.

An other way could be to let the user drag playlists and songs in your app, you submit the uris to your server and save that stuff together with an public username. If multiple users do that you can create those party playlists and much more i think.

查看更多
对你真心纯属浪费
3楼-- · 2019-06-02 08:48

This is currently not available in the Spotify Apps API.

We recommend using Facebook's API to get social connections.

查看更多
登录 后发表回答