0

There is any way to get a user playlist via the REST API?

I search about it, but REST API is really squishy.

My idea is really simple. I just want to get all my playlists from spotify and share that ones I want to in my website

4

1 回答 1

3

In short: No.

In medium: No, but you can use the Spotify Play Button to embed a playlist into your website instead. You need to manually make one for each playlist, but once created the embedded widget will automatically stay in sync with the playlist.

A long: If you write it yourself, yes. You'd need to write a libspotify wrapper on the server-side that exposes a REST API for your website to consume. It's not for the faint of heart, though.

于 2012-12-27T16:50:30.880 回答