Reputation: 195
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
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