spotify / web-api

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
982 stars 79 forks source link

Retrieve Current User's followed Users #4

Closed digitaldesaster closed 6 years ago

digitaldesaster commented 9 years ago

It would be great to have api calls to

get a list of Artists a User follows get a list of Users a User follows

best regards Alex

danwani commented 9 years ago

Agreed, this would be a great feature. It was apparently possible under the old App API http://stackoverflow.com/questions/16539320/how-to-get-all-artists-of-a-user-spotify-api-1-x I can understand this could potentially be a weighty call if a user had many artists saved, so there would need to be options for retrieving say top 20 artists for a user. Some sorting options inline with those on the app (i.e.most popular, name etc), would be nice too! Thanks guys!

slaght commented 9 years ago

I would really appreciate this functionality too. It is literally the only part of the API I would need and its not implemented, just my luck hahaha. Just chiming in to show support for this request!

Cheers!

patmanh commented 9 years ago

:+1: +1!

mjmsmith commented 9 years ago

+1 for a list of users a user follows. (Rdio, for instance, supports followers and followed users.)

TristanH commented 9 years ago

+1

d4rky-pl commented 9 years ago

+1

jvanheugten commented 9 years ago

+1! Also for obtaining the albums a user has saved.

khamaileon commented 9 years ago

+1

soundspectrum commented 9 years ago

+1!

Apologies if we're missing something, but isn't adding a query for getting a list of IDs the user is following relatively trivial? I mean, Spotify already has that list associated with a user ID/asset, so why not simply expose it? We totally understand that getting a follows list for a given user ID is a different story.

Being able to query the IDs a user is following is a critical feature and in sharp contrast to what is available, for example, in the soundcloud api.

909kishore commented 9 years ago

+1

jlewallen commented 9 years ago

+1

LindsayElia commented 9 years ago

+1

I'd like to make a game where users who follow each other can guess the song titles on playlists belonging to the other users. To do that, I need to know which users are connected to each other.

sachdevs commented 9 years ago

+1

danilocecilia commented 9 years ago

+1

thieba commented 9 years ago

+1

ThePenguin1140 commented 9 years ago

+1

Weathercamp commented 9 years ago

+1

thelinmichael commented 9 years ago

We've just released an endpoint that allows you to retrieve a user's followed artists. Please try it out in the API console, or read about it in the documentation. Reports of any bugs or otherwise unexpected behaviour that you may find is of course greatly appreciated.

Getting followed users isn't supported yet, and we figured that it's better to release this endpoint separately instead of waiting for both endpoints to be finished.

sachdevs commented 9 years ago

Thanks a lot Michael!, looking forward to the other endpoint as well :+1:

jlewallen commented 9 years ago

Great news, really appreciate the movement on these issues!

danilocecilia commented 9 years ago

Hey, thats awesome! Thank you!

Looking forward for the next endpoint release! ;)

danilocecilia commented 9 years ago

Hi, why this feature ( get a list of Users a User follows ) is taking so long to be done, I really need this on my project =/

vjandrea commented 9 years ago

+1 I would love this feature to build a 'friends playlist': if we invite our friends to a party we could create a playlist that matches the taste of everybody. Also a "six degrees" app would be cool IMHO.

nikhilbedi commented 9 years ago

+1 for retrieving the users a single user is following.

javierhonduco commented 9 years ago

:+1:

holmberd commented 9 years ago

+1 Get User’s Followed Users, that would be awesome. Cheers!

ozencem commented 8 years ago

+1 that would be a great feature!

mjmsmith commented 8 years ago

Getting followed users isn't supported yet, and we figured that it's better to release this endpoint separately instead of waiting for both endpoints to be finished.

Hello, any update on when getting followed users is likely to be supported?

dknoern commented 8 years ago

I am interested in an endpoint that allows you to get the lists of users you follow and that follow you. This would enable is a key feature in app I am writing. Without it I must also auth with facebook and try to find friends. It would be much easier and cleaner to simply list followers from a spotify API.

duhseekoh commented 8 years ago

This would be great. It was pretty funny, the first endpoint I look for in the API and I see "Required. The ID type: currently only artist is supported." -- I get it, this stuff takes a while to get approved, etc... But it'll be nice when it's in there!

benjoho commented 8 years ago

+1

robertmryan commented 8 years ago

It's been about a year since the last update on this issue. Is there an ETA for endpoint to retrieve the list of users that a user follows?

samlee405 commented 8 years ago

Yes, any insight into the implementation of this endpoint would be greatly appreciated!

jaedb commented 8 years ago

Ditto - this development community sees Spotify as a great resource, but it's challenging to continue working with the Spotify infrastructure when development is very slow and communication is lacking!

jscholes commented 8 years ago

Ditto - this development community sees Spotify as a great resource, but it's challenging to continue working with the Spotify infrastructure when development is very slow and communication is lacking!

Perhaps one of the issues is that Spotify themselves make this API available, but don't actually use it in any of their customer-facing projects? The Spotify web, desktop and mobile players all communicate using a custom web service and websockets. If you're not actively using your own API in your products, at least a little, there's no real urge to make it a priority. Out of sight, out of mind.

duhseekoh commented 8 years ago

@jscholes - I would consider the fact that they may just not want to release this. Look at apis like instagram. They recently gutted the use cases and endpoints for their api. 3rd party consumer apps have been virtually eliminated, so people use the core platform, not some other app. Could be a similar play here, since releasing a list of followers opens up a lot of social app opportunities... not in the official spotify app.

hynesj commented 8 years ago

Is anyone else having issues with this? When I try to retrieve the followed artists, it will step over large sections of artists without returning them. For example, I have about 450ish followed artists, but, when going by 50s, I only ended up with 103. I can find others by manually entering various IDs for the "after" parameter. For example, at one point, the ID for the artists jumped from the 1's to the 7's. There are a lot of artists in between that that should have been picked up.

hughrawlinson commented 8 years ago

Hey @hynesj, could you submit a new issue with more info that I can pass on as a bug report to the responsible team? Thanks!

jjdorney1 commented 8 years ago

We've made a web app to auto-generate playlists but are forcing the user to go into Spotify's app to get the URI for their friends which is pretty cumbersome. Being able to automatically gather those users and put them in a list would seriously help make our app more user friendly.

Mixed-Tape App Mixed-Tape Code

malonehedges commented 7 years ago

Hi from 2017!

ow-ph commented 7 years ago

+1 for Followed Users Endpoint :)

mjmsmith commented 7 years ago

What with today being the second anniversary of this issue, are there any updates on when/if it is likely to be implemented?

VerteDinde commented 7 years ago

+1 for Followed Users endpoint! :) Thanks Spotify.

michieldewilde commented 7 years ago

+1 For Followed Users Endpoint

maximko commented 7 years ago

+1

ghost commented 7 years ago

+1 +1 +1 +1 +1

tim-kozak commented 7 years ago

Really? 3 years

mjmsmith commented 7 years ago

Yeah, but look how punctually the duplicates get closed.

alyce-pascoe commented 6 years ago

I would love the ability to be able to view and use the information of the user's friend's activity. For example, the song that the user's friend is currently listening to.

Thanks!

zhammer commented 6 years ago

+1