Spotify Apps API: get other users' playlists

瘦欲@ 提交于 2019-12-08 03:18:55

问题


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..


回答1:


This is currently not available in the Spotify Apps API.

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




回答2:


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.



来源:https://stackoverflow.com/questions/8658657/spotify-apps-api-get-other-users-playlists

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!