<?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: Web Playback Deprecated? in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-Playback-Deprecated/m-p/7029886#M18332</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/26888650"&gt;@dcaponi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Welcome to the Community, and thanks for your question!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To answer your question; the Spotify Web SDK is not deprecated.&lt;/P&gt;
&lt;P&gt;According to the information on &lt;A href="https://developer.spotify.com/documentation/web-playback-sdk/howtos/web-app-player" target="_blank" rel="noopener"&gt;this page&lt;/A&gt;, you'll need the following scopes: streaming, user-read-email, and user-read-private. It seems you're missing the last one. Additionally, the other scopes you mentioned aren’t required if you're only using the Playback SDK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this clarifies things!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jun 2025 17:21:24 GMT</pubDate>
    <dc:creator>Ximzend</dc:creator>
    <dc:date>2025-06-30T17:21:24Z</dc:date>
    <item>
      <title>Web Playback Deprecated?</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-Playback-Deprecated/m-p/7029524#M18331</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Premium&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;US&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Browser (Chrome)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;IOS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'm trying to call up the web playback sdk to play songs in the browser. Following the guidance I created an access token with the following scopes (&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;streaming user-read-email playlist-read-private) and tried adding&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;app-remote-control and some of the playback state scopes&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;user-read-playback-state user-read-currently-playing user-read-playback-position.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;None of the applied scopes seem to work as every time I load the web playback SDK I'm greeted with &lt;A href="https://api.spotify.com/v1/melody/v1/check_scope?scope=web-playback" target="_blank" rel="noopener"&gt;https://api.spotify.com/v1/melody/v1/check_scope?scope=web-playback&lt;/A&gt; 403 because "Token does not satisfy scope". I tried adding the web-playback scope but that seems to be deprecated as it's bounced back as an illegal scope.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;So did the scopes change for using the web playback and the documentation isn't updated or is web playback not going to be a thing soon?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 29 Jun 2025 21:57:14 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-Playback-Deprecated/m-p/7029524#M18331</guid>
      <dc:creator>dcaponi</dc:creator>
      <dc:date>2025-06-29T21:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Web Playback Deprecated?</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Web-Playback-Deprecated/m-p/7029886#M18332</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/26888650"&gt;@dcaponi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Welcome to the Community, and thanks for your question!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To answer your question; the Spotify Web SDK is not deprecated.&lt;/P&gt;
&lt;P&gt;According to the information on &lt;A href="https://developer.spotify.com/documentation/web-playback-sdk/howtos/web-app-player" target="_blank" rel="noopener"&gt;this page&lt;/A&gt;, you'll need the following scopes: streaming, user-read-email, and user-read-private. It seems you're missing the last one. Additionally, the other scopes you mentioned aren’t required if you're only using the Playback SDK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this clarifies things!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 17:21:24 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Web-Playback-Deprecated/m-p/7029886#M18332</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2025-06-30T17:21:24Z</dc:date>
    </item>
  </channel>
</rss>

