1

I have done a load of searching but haven't found anything. There seem to be a lot of jobs asking for this functionality yet no one really talking about whether / how it can be done.

Does anyone know if this is possible and if so where I could extract the data from?

ComputerUser
  • 4,828
  • 15
  • 58
  • 71
  • see answers from similar question: http://stackoverflow.com/questions/6490137/spotify-api-to-get-playlists-of-a-user – Kasreyn Jun 18 '12 at 09:29

1 Answers1

2

Check the official libspotify documentation and more specifically the playlist subsystem.

Note that this is a C API, not PHP.

DuoSRX
  • 4,179
  • 3
  • 26
  • 32