Having just checked out the latest Spotify
API documentation, I'm curious about how to access information on a user's followers and following. Is there a way to retrieve this data using the new Spotify
Web API?
I am looking to make requests to the following endpoint URLs:
/v1/users/{user_id}/followers
and
/v1/users/{user_id}/followings
Is it feasible to attain this information?