<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Get other users tracks in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-other-users-tracks/m-p/5254945#M3160</link>
    <description>&lt;P&gt;Then it is really unfortunate that there isnt a way to do this from this API (even though there is from Spotify itself).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I see you all just released the Blend feature. You're welcome for the idea I guess. Seems like its essentially what I'm trying to do here.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Sep 2021 12:50:12 GMT</pubDate>
    <dc:creator>skyleguy</dc:creator>
    <dc:date>2021-09-01T12:50:12Z</dc:date>
    <item>
      <title>Get other users tracks</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-other-users-tracks/m-p/5244976#M3083</link>
      <description>&lt;P&gt;I am trying to build a web app that takes the current users tracks and compares them against one of their followers/another user's tracks to make a shared playlist. My problem is that only the current logged in user's tracks seem to be available to retrieve. Which is a little bizarre to me because endpoints like this one exist:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE&gt;PUT &lt;A href="https://api.spotify.com/v1/me/following?ids=id1,id2,etc" target="_blank" rel="noopener"&gt;https://api.spotify.com/v1/me/following?ids=id1,id2,etc&lt;BR /&gt;&lt;/A&gt;&lt;/PRE&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE&gt;GET https://api.spotify.com/v1/me/following/contains?ids=1d1&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where the queryParams take a list of other Spotify user ids but as of now there does not seem to be a way to search for other users at all to retrieve these ids. But the problem is that even if I know another user's id and try to use that while not signed in as them there is no way for me to retrieve all of their tracks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think user's should be allowed to make some more of their information public so that a new api could be created to retrieve a users info (like tracks) if they have selected to make that information public.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this makes sense!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Sep 2021 12:52:09 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-other-users-tracks/m-p/5244976#M3083</guid>
      <dc:creator>skyleguy</dc:creator>
      <dc:date>2021-09-01T12:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Get other users tracks</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-other-users-tracks/m-p/5247521#M3085</link>
      <description>&lt;P&gt;I don't know what "other users tracks" means. Are you referring to another user's playlists? There's an endpoint for retrieving the playlists of another user. Users can make their information public by making public playlists.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 05:59:22 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-other-users-tracks/m-p/5247521#M3085</guid>
      <dc:creator>Peter_Schorn</dc:creator>
      <dc:date>2021-08-13T05:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get other users tracks</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-other-users-tracks/m-p/5247918#M3094</link>
      <description>&lt;P&gt;by other users tracks i meant their Liked Songs, which I dont see an endpoint for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And as of now is there an endpoint that takes a string or any criteria and returns a list of users (with their ids) that meet that requirement?&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 00:24:35 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-other-users-tracks/m-p/5247918#M3094</guid>
      <dc:creator>skyleguy</dc:creator>
      <dc:date>2021-08-14T00:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get other users tracks</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-other-users-tracks/m-p/5248247#M3098</link>
      <description>&lt;P&gt;No. The list of endpoints are clearly documented &lt;A href="https://developer.spotify.com/documentation/web-api/reference/" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Aug 2021 22:25:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-other-users-tracks/m-p/5248247#M3098</guid>
      <dc:creator>Peter_Schorn</dc:creator>
      <dc:date>2021-08-14T22:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get other users tracks</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-other-users-tracks/m-p/5254945#M3160</link>
      <description>&lt;P&gt;Then it is really unfortunate that there isnt a way to do this from this API (even though there is from Spotify itself).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I see you all just released the Blend feature. You're welcome for the idea I guess. Seems like its essentially what I'm trying to do here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 12:50:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-other-users-tracks/m-p/5254945#M3160</guid>
      <dc:creator>skyleguy</dc:creator>
      <dc:date>2021-09-01T12:50:12Z</dc:date>
    </item>
  </channel>
</rss>

