After looking up about the Spotify
new API docs, i'm asking to you guys about user's followers and user's following. How can we get this data on the new Spotify
Web api ?
I want to send request to some endpoints urls like this below:
/v1/users/{user_id}/followers
and
/v1/users/{user_id}/followings
Did that is actually possible ?