<?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: Scopes in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/4961631#M262</link>
    <description>So when you first make your authorization request to:&amp;nbsp;&lt;A href="https://accounts.spotify.com/authorize&amp;nbsp;" target="_blank"&gt;https://accounts.spotify.com/authorize&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You have the optional query parameter 'Scope' in which you can define a list of scopes you want your application to access&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Scope:&lt;BR /&gt;A space-separated list of&amp;nbsp;scopes.If no scopes are specified, authorization will be granted only to access publicly available information: that is, only information normally visible in the Spotify desktop, web, and mobile players.</description>
    <pubDate>Sat, 23 May 2020 21:05:58 GMT</pubDate>
    <dc:creator>emuldrew855</dc:creator>
    <dc:date>2020-05-23T21:05:58Z</dc:date>
    <item>
      <title>Scopes</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/4961605#M258</link>
      <description>&lt;P&gt;I am trying to create a program that deletes songs from a playlist thot are older than a week with python. But I need to use a scope for this. Where do i ask for this scope?&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 20:22:25 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/4961605#M258</guid>
      <dc:creator>JustRobbe</dc:creator>
      <dc:date>2020-05-23T20:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Scopes</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/4961610#M259</link>
      <description>&lt;P&gt;You are probably going to want to include&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://developer.spotify.com/documentation/general/guides/scopes/#playlist-modify-public" target="_blank"&gt;playlist-modify-public&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developer.spotify.com/documentation/general/guides/scopes/#playlist-modify-private" target="_blank"&gt;playlist-modify-private&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;scopes to your authorization request so that you can access these scopes to remove songs from public and private playlists.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can find more information here:&amp;nbsp;&lt;A href="https://developer.spotify.com/documentation/general/guides/scopes/" target="_blank"&gt;https://developer.spotify.com/documentation/general/guides/scopes/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 May 2020 20:32:33 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/4961610#M259</guid>
      <dc:creator>emuldrew855</dc:creator>
      <dc:date>2020-05-23T20:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Scopes</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/4961615#M260</link>
      <description>Yes, I read the article, but I coudn't find where to add the scope by the token data or anywhere else.&lt;BR /&gt;</description>
      <pubDate>Sat, 23 May 2020 20:42:51 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/4961615#M260</guid>
      <dc:creator>JustRobbe</dc:creator>
      <dc:date>2020-05-23T20:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Scopes</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/4961631#M262</link>
      <description>So when you first make your authorization request to:&amp;nbsp;&lt;A href="https://accounts.spotify.com/authorize&amp;nbsp;" target="_blank"&gt;https://accounts.spotify.com/authorize&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You have the optional query parameter 'Scope' in which you can define a list of scopes you want your application to access&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Scope:&lt;BR /&gt;A space-separated list of&amp;nbsp;scopes.If no scopes are specified, authorization will be granted only to access publicly available information: that is, only information normally visible in the Spotify desktop, web, and mobile players.</description>
      <pubDate>Sat, 23 May 2020 21:05:58 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/4961631#M262</guid>
      <dc:creator>emuldrew855</dc:creator>
      <dc:date>2020-05-23T21:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Scopes</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/5773664#M11970</link>
      <description>&lt;P&gt;how can I check if I have the necessary scopes?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2023 16:41:04 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/5773664#M11970</guid>
      <dc:creator>yuriachermann</dc:creator>
      <dc:date>2023-12-25T16:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scopes</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/5773835#M11971</link>
      <description>&lt;P&gt;The necessary scopes are listed at almost the top of each endpoint reference page.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2023 18:01:18 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/5773835#M11971</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2023-12-25T18:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Scopes</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/5778757#M12002</link>
      <description>&lt;P&gt;To clarify, if I were following the documentation's node.js example would it look something like the following?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;scope&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;'user-read-private playlist-read-private playlist-read-collaborative&amp;nbsp;user-top-read user-read-recently-played'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Dec 2023 22:41:19 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Scopes/m-p/5778757#M12002</guid>
      <dc:creator>ekersey</dc:creator>
      <dc:date>2023-12-27T22:41:19Z</dc:date>
    </item>
  </channel>
</rss>

