<?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: [Spotify Web API] Can't read private playlists in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Can-t-read-private-playlists/m-p/5846796#M12480</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Since the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.spotify.com/documentation/web-api/tutorials/client-credentials-flow" target="_blank" rel="noopener nofollow noreferrer"&gt;Client Credentials flow&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;does not include authorization, only endpoints that do not access user information can be accessed. Therefore, in this case, you should use a different&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.spotify.com/documentation/web-api/concepts/authorization" target="_blank" rel="noopener nofollow noreferrer"&gt;Authorization&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;method that lets you log in.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jan 2024 08:16:24 GMT</pubDate>
    <dc:creator>Ximzend</dc:creator>
    <dc:date>2024-01-29T08:16:24Z</dc:date>
    <item>
      <title>[Spotify Web API] Can't read private playlists</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Can-t-read-private-playlists/m-p/5846749#M12479</link>
      <description>&lt;P&gt;I'm attempting to create my own project with just the Python requests module, and I'm pretty sure I put the scope thing in the right place...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;response = requests.post(
        url='https://accounts.spotify.com/api/token',
        data={
            'grant_type':'client_credentials',
            'client_id': client_id,
            'client_secret': client_secret,
            'scope': 'playlist-read-private'
            },
        headers={ 'Content-Type':'application/x-www-form-urlencoded' },
    ).json()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I'm only able to access my public playlists. What am I doing wrong? Is there another place I have to put the scope field?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 07:36:40 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Can-t-read-private-playlists/m-p/5846749#M12479</guid>
      <dc:creator>catarmy</dc:creator>
      <dc:date>2024-01-29T07:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: [Spotify Web API] Can't read private playlists</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Can-t-read-private-playlists/m-p/5846796#M12480</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Since the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.spotify.com/documentation/web-api/tutorials/client-credentials-flow" target="_blank" rel="noopener nofollow noreferrer"&gt;Client Credentials flow&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;does not include authorization, only endpoints that do not access user information can be accessed. Therefore, in this case, you should use a different&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.spotify.com/documentation/web-api/concepts/authorization" target="_blank" rel="noopener nofollow noreferrer"&gt;Authorization&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;method that lets you log in.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 08:16:24 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Can-t-read-private-playlists/m-p/5846796#M12480</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2024-01-29T08:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: [Spotify Web API] Can't read private playlists</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Can-t-read-private-playlists/m-p/5955896#M13212</link>
      <description>&lt;P&gt;I have the same query:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With my own credentials, I am unable to access my private playlists. Any solution?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 12:17:09 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Can-t-read-private-playlists/m-p/5955896#M13212</guid>
      <dc:creator>ARNasirQureshi</dc:creator>
      <dc:date>2024-03-20T12:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: [Spotify Web API] Can't read private playlists</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Can-t-read-private-playlists/m-p/5956029#M13214</link>
      <description>&lt;P&gt;You'll need to use the &lt;STRONG&gt;Authorization&lt;/STRONG&gt; Scope&amp;nbsp; &lt;EM&gt;playlist-read-private&lt;/EM&gt; to access private playlists.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 13:35:47 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Can-t-read-private-playlists/m-p/5956029#M13214</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2024-03-20T13:35:47Z</dc:date>
    </item>
  </channel>
</rss>

