Tinku George
Tinku George

Reputation: 195

Spotify iPhone API to search playlists

I am implementing Spotify service in iPhone. I want to search playlists in Spotify. Is there any API in Spotify to get it.
Please help.

Upvotes: 1

Views: 260

Answers (1)

Nik Reiman
Nik Reiman

Reputation: 40390

You probably want to check out the documentation for the SPSearch class, there are methods there which allow you to search for playlists (among other things).

Upvotes: 1

Related Questions