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