<?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: Yes please. in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955890#M156</link>
    <description>&lt;P&gt;@CodingKiwi I see where you're coming from, though I would argue that @dinospot has a fair counterclaim that I'd like to build on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given Discord presences are realtime, you could theoretically build an API that pulls the Spotify presence&amp;nbsp;&lt;EM&gt;from your Discord presence&lt;/EM&gt; and you'd have a lot of metadata right there. But you'd be missing some key information, like the track ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because this data is still freely available to Discord developers in realtime, it doesn't make much sense for Spotify to not provide similar functionality through their own APIs.&lt;/P&gt;</description>
    <pubDate>Fri, 15 May 2020 17:14:17 GMT</pubDate>
    <dc:creator>EricRabil1</dc:creator>
    <dc:date>2020-05-15T17:14:17Z</dc:date>
    <item>
      <title>Access to websockets</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955299#M146</link>
      <description>&lt;P&gt;Hi, I'm re-opening an issue that has been closed (&lt;A href="https://github.com/spotify/web-api/issues/817" target="_blank" rel="noopener"&gt;#817&lt;/A&gt;), ignored (&lt;A href="https://github.com/spotify/web-api/issues/1330" target="_blank" rel="noopener"&gt;#1330&lt;/A&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/spotify/web-api/issues/538" target="_blank" rel="noopener"&gt;#538&lt;/A&gt;), or locked (&lt;A href="https://github.com/spotify/web-api/issues/492" target="_blank" rel="noopener"&gt;#492&lt;/A&gt;) time and again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While I'm very thankful for the APIs Spotify provides developers, the lack of transparency/availability regarding the WebSocket APIs is making this a frustrating platform to develop for. This is further exacerbated when one reads through issues that are over a year old, saying that Spotify is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;still&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;working on bringing public WebSocket APIs to third-party clients.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, though I will not go into detail, Spotify literally has WebSocket APIs that it uses for its web client. Why can't these APIs be made available to third-party users? They seem pretty data-rich to me, and stable enough to be deployed to your production software.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moreover, I plead that the developers respond openly to this, whether WebSockets are coming or not, and not something opaque such as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"the more time we spend on making sure people aren’t ‘investigating’ non-public APIs that they’re not authorised to access, the less time we can spend on making these APIs ready to be available to the public"&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;A href="https://github.com/spotify/web-api/issues/817" target="_blank" rel="noopener"&gt;#817&lt;/A&gt;). This is not only unhelpful, but a childish response to a valid request. It was valid in 2018, and frankly, is even more valid in 2020.&lt;/P&gt;&lt;P&gt;Please,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;please&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;release a public WebSocket API.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Polling the API every few seconds is disgusting, wasteful for your servers and ours, and rate-limit prone&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;x-post from&amp;nbsp;&lt;A href="https://github.com/spotify/web-api/issues/1558" target="_blank" rel="noopener"&gt;https://github.com/spotify/web-api/issues/1558&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2020 23:47:49 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955299#M146</guid>
      <dc:creator>EricRabil1</dc:creator>
      <dc:date>2020-05-14T23:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Access to websockets</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955524#M148</link>
      <description>&lt;P&gt;Seconded!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Not only are there countless people behind me who want this feature, I need it because I'm writing an app to control a dancing robot (Google: My Keepon) and that needs &lt;EM&gt;realtime information of playback&lt;/EM&gt; (so it dances in time to the music*).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I don't wanna do is repeatedly hammer the Spotify&amp;nbsp;&lt;FONT face="lucida sans unicode,lucida sans" size="1 2 3 4 5 6 7"&gt;/v1/me/player/currently-playing&lt;/FONT&gt; endpoint every 1000 ms and compare changes between each request before then hitting&amp;nbsp;&lt;FONT face="lucida sans unicode,lucida sans" size="1 2 3 4 5 6 7"&gt;/v1/audio-analysis/{id}&lt;/FONT&gt; to get "dance" data, only to then be out of sync.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would dearly love a Spotify WebSocket that can just&amp;nbsp;&lt;EM&gt;tell&lt;/EM&gt; me the track / playback status has changed and this would save both mine and Spotify's resources all round.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;* For anyone who cares, this is the robot in question, and yes, I love my RGB;&amp;nbsp;&lt;A href="https://www.dropbox.com/s/pp17jen51rqe2hb/2020-05-12%2013.54.17.mp4?dl=0" target="_blank"&gt;https://www.dropbox.com/s/pp17jen51rqe2hb/2020-05-12%2013.54.17.mp4?dl=0&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 08:26:29 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955524#M148</guid>
      <dc:creator>BagJason</dc:creator>
      <dc:date>2020-05-15T08:26:29Z</dc:date>
    </item>
    <item>
      <title>Yes please.</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955543#M149</link>
      <description>&lt;P&gt;I could not have put this in better words.&lt;/P&gt;&lt;P&gt;We feel ignored and stranded with this lack of transparency, and as EricRabil1 already wrote:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Polling the API every few seconds is disgusting, wasteful for your servers and ours, and rate-limit prone&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Personal opinion / guess:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I think spotify has no reason to provide public websockets other than saving server resources (also one would have to investigate if websockets would cause more network traffic and therefore problems).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Allowing developers to build awesome realtime projects is not good for them because someone could then build a ad-free spotify-client clone which would lead users away from their own client.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I understand that, and I would be perfectly fine if someone from spotify would finally admit that we wont get websockets because they would lose money or something, but they just stay silent.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This just hurts the image of spotify as my personal opinion now is "If spotify cant make even more money out of a feature they dont care."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Another option would be offering partnership deals, paying money to be able to use the websockets in a way spotify is fine with. For example discord, there the websockets are used only to display the current track and time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I feel like nothing I try to program with spotify is worth the effort&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 09:01:30 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955543#M149</guid>
      <dc:creator>CodingKiwi</dc:creator>
      <dc:date>2020-05-15T09:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Access to websockets</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955545#M150</link>
      <description>&lt;P&gt;Track/Playback status changes near realtime is needed for a genuine use of the Spotify web api.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's conceptually wrong imho to require applications to continuously poll the api to get those vital informations. Without this we create slow response applications (with very bad user experience), high api requests/second falling to high ratelimited requests (with very bad user experience) and probably high load server side (both consumer and spotify).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that creating a callback api&amp;nbsp;with auto retry (eg I really really love the callback api implemented by telegram bots) can increase the spotify app ecosystem a lot.&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 09:01:02 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955545#M150</guid>
      <dc:creator>dinospot</dc:creator>
      <dc:date>2020-05-15T09:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Access to websockets</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955547#M151</link>
      <description>Yes, webhooks or callbacks would be another awesome thing, it would not require a constantly open TCP connection but instead only small-payload GET/POST requests to an endpoint on consumer side that indicates track and/or playback changes</description>
      <pubDate>Fri, 15 May 2020 09:04:14 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955547#M151</guid>
      <dc:creator>CodingKiwi</dc:creator>
      <dc:date>2020-05-15T09:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Yes please.</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955548#M152</link>
      <description>I really don't think that playback status change notification via callback api is sufficient to implement a spotify client clone with no ads... Why do you think so?</description>
      <pubDate>Fri, 15 May 2020 09:06:33 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955548#M152</guid>
      <dc:creator>dinospot</dc:creator>
      <dc:date>2020-05-15T09:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Yes please.</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955890#M156</link>
      <description>&lt;P&gt;@CodingKiwi I see where you're coming from, though I would argue that @dinospot has a fair counterclaim that I'd like to build on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given Discord presences are realtime, you could theoretically build an API that pulls the Spotify presence&amp;nbsp;&lt;EM&gt;from your Discord presence&lt;/EM&gt; and you'd have a lot of metadata right there. But you'd be missing some key information, like the track ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because this data is still freely available to Discord developers in realtime, it doesn't make much sense for Spotify to not provide similar functionality through their own APIs.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 17:14:17 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955890#M156</guid>
      <dc:creator>EricRabil1</dc:creator>
      <dc:date>2020-05-15T17:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Yes please.</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955933#M157</link>
      <description>&lt;P&gt;I concur, having a playback status change websocket doesn't circumvent subscription level.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2020 18:53:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4955933#M157</guid>
      <dc:creator>BagJason</dc:creator>
      <dc:date>2020-05-15T18:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Yes please.</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4958141#M174</link>
      <description>&lt;P&gt;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/23243730"&gt;@BagJason&lt;/a&gt;, that robot is impressive &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/23690513"&gt;@EricRabil1&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/23690098"&gt;@dinospot&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/13645254"&gt;@CodingKiwi&lt;/a&gt;&amp;nbsp;Thank you for letting us know that this is something you'd like to see. I will be sure to share your feedback with other folks on the team.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2020 20:16:54 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4958141#M174</guid>
      <dc:creator>spotifyjosh</dc:creator>
      <dc:date>2020-05-18T20:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Yes please.</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4959586#M197</link>
      <description>@spotifyjosh Thank you bud, we look forward to hearing from them.&lt;BR /&gt;It makes sense really, it will actually _reduce_ load on the Spotify API servers and at least 90% of the code should be there from the Spotify Web Player &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 20 May 2020 14:46:33 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4959586#M197</guid>
      <dc:creator>BagJason</dc:creator>
      <dc:date>2020-05-20T14:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Access to websockets</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4967416#M319</link>
      <description>&lt;P&gt;How does Discord solve this?&lt;/P&gt;</description>
      <pubDate>Sun, 31 May 2020 22:48:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4967416#M319</guid>
      <dc:creator>brennanerbz</dc:creator>
      <dc:date>2020-05-31T22:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Access to websockets</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4970822#M355</link>
      <description>&lt;P&gt;Heya &lt;A href="https://community.spotify.com/t5/user/viewprofilepage/user-id/23171169" target="_self"&gt;@spotifyjosh&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any further news on this request please? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 12:37:29 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4970822#M355</guid>
      <dc:creator>BagJason</dc:creator>
      <dc:date>2020-06-05T12:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Access to websockets</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4989312#M645</link>
      <description>&lt;P&gt;Spotify connects to Discord using Discord's RPC protocol.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 02:30:26 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/4989312#M645</guid>
      <dc:creator>EricRabil1</dc:creator>
      <dc:date>2020-07-03T02:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Access to websockets</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/5008325#M857</link>
      <description>&lt;P&gt;When I first read through the API I thought I was missing something because I couldn't find what I assumed to be an obvious endpoint for a music streaming platform. I think it would be smart to assume this will be an infinitely de-prioritized issue and the Web API will remain something cool for small "toy projects".&lt;BR /&gt;&lt;BR /&gt;While I think it sucks that no progress has been made on this, I think the larger problem is the veiled curtain that exists between internal development and the public. I'm assuming it's a cultural problem with the company though that any individual developer probably couldn't solve. In an ideal world we would hear answers like "A developer on our team tried to get this to working last week but it ended up requiring massive architectural changes that wouldn't be feasible right now. We are planning to release a new version of our API in a few years that should support this". Or maybe "Unfortunately, we believe this is a feature that we would like to monetize for corporate partners. If you would like to partner with us for this feature please contact our sales team."&lt;BR /&gt;&lt;BR /&gt;Anyways, I think I'm crazy for imagining they would ever say something like that even in an alternate universe xD.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 02:32:26 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/5008325#M857</guid>
      <dc:creator>Matthew-S</dc:creator>
      <dc:date>2020-07-31T02:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Access to websockets</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/5019065#M944</link>
      <description>&lt;P&gt;Hi all, I have raised this as a&amp;nbsp;&lt;STRONG&gt;new idea&lt;/STRONG&gt; - please vote for it here;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.spotify.com/t5/Idea-Submissions/Developer-Access-to-websockets-for-live-playback-information/idi-p/5019061" target="_blank"&gt;https://community.spotify.com/t5/Idea-Submissions/Developer-Access-to-websockets-for-live-playback-information/idi-p/5019061&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 10:08:47 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/5019065#M944</guid>
      <dc:creator>BagJason</dc:creator>
      <dc:date>2020-08-18T10:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Access to websockets</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/5026178#M1036</link>
      <description>&lt;P&gt;As everybody said, we're stuck with unadapted technologies.&lt;/P&gt;&lt;P&gt;Polling is not eco-friendly, nor efficient and subject to rate-limiting (that's fair, though).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But please provide us a way to access an already-existing and stable API. Discord has a dev-friendly system and you can interact with the app really easily thanks to their APIs. Now it's your turn, become dev friendly and the de-facto standard for building apps revolving around music.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 20:51:03 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/5026178#M1036</guid>
      <dc:creator>jcwoiwoi</dc:creator>
      <dc:date>2020-08-29T20:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Access to websockets</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/5026182#M1037</link>
      <description>&lt;P&gt;@SpotifyJosh hi king of the Spotify community – do you have any update on this topic? &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 20:59:15 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/5026182#M1037</guid>
      <dc:creator>EricRabil1</dc:creator>
      <dc:date>2020-08-29T20:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Yes please.</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/5068653#M1510</link>
      <description>Hey,&lt;BR /&gt;&lt;BR /&gt;Any updates about this?&lt;BR /&gt;My app really needs it and fetching the API every second is very heavy.&lt;BR /&gt;&lt;BR /&gt;Thanks again for your time and good luck implementing this!</description>
      <pubDate>Mon, 09 Nov 2020 14:35:14 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/5068653#M1510</guid>
      <dc:creator>busybox</dc:creator>
      <dc:date>2020-11-09T14:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Access to websockets</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/5201898#M2502</link>
      <description>Oh come on. This seems to be something requested for years now.</description>
      <pubDate>Sat, 08 May 2021 20:34:42 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/5201898#M2502</guid>
      <dc:creator>TheNoim</dc:creator>
      <dc:date>2021-05-08T20:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Access to websockets</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/5201901#M2503</link>
      <description>&lt;P&gt;Unfortunately, it seems that Spotify prefers to license out their WebSocket APIs to companies that are willing to pay (Discord!!) rather than expand on what independent developers can create with realtime data. No amount of reassurance can convince me otherwise at this point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They've been quite hostile towards those that discuss the existing WebSocket APIs in the past. Their statement regarding the use of private APIs delaying the release of public ones goes to show this is not even on their radar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From shoving us onto this god-awful community board to underwriting valid issues, Spotify shows little interest in helping out the little guys.&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 20:45:20 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Access-to-websockets/m-p/5201901#M2503</guid>
      <dc:creator>EricRabil1</dc:creator>
      <dc:date>2021-05-08T20:45:20Z</dc:date>
    </item>
  </channel>
</rss>

