Search code examples
cspotifylibspotify

Is it possible to get a list of followed artists using libspotify?


I have looked at the libspotify documentation and have not been able to find a function that allows me to get a list of handles to artists that the current user is following. Is there something I have missed or is it just not part of the public API yet?


Solution

  • At the moment, No.

    However, you may want to take a look at these other Q&As that manage to overcome the limitations of the API by implementing their own workarounds with the info available.