<?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: Check if Users Follow Playlist API doesn’t work in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5622687#M10315</link>
    <description>&lt;P&gt;Did you add the users to your app's allowlist? - &lt;A href="https://developer.spotify.com/documentation/web-api/concepts/quota-modes" target="_blank"&gt;https://developer.spotify.com/documentation/web-api/concepts/quota-modes&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Aug 2023 12:08:22 GMT</pubDate>
    <dc:creator>Ximzend</dc:creator>
    <dc:date>2023-08-14T12:08:22Z</dc:date>
    <item>
      <title>Check if Users Follow Playlist API doesn’t work</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5622680#M10314</link>
      <description>&lt;P&gt;The API endpoint for checking if a user follows a playlist doesn’t work as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My target was checking if a user follows my playlist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it using scopes &amp;amp; accounts service however the response was always false unless I check if the token owner follows a playlist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I can only get true if the current user (token owner) follows a playlist. When I want to check if somebody else follows, the response is always false.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I tried this with the both web player’s and developer access token with Postman but they both didn’t work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I made a &lt;A href="https://spotify-check-follow.glitch.me/" target="_blank" rel="noopener"&gt;glitch website&lt;/A&gt; using Spotify’s github &lt;A href="https://github.com/spotify/web-api-examples/tree/master/authentication/authorization_code" target="_blank" rel="noopener"&gt;repo&lt;/A&gt; for authorizing and using the api. However even with accounts service, the response was always false.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this api deprecated? If it doesn't, It should be fixed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Scopes I use:&amp;nbsp;playlist-read-private user-read-private playlist-modify-private playlist-read-collaborative playlist-modify-public user-follow-read user-read-private&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 11:48:31 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5622680#M10314</guid>
      <dc:creator>itsuygi</dc:creator>
      <dc:date>2023-08-14T11:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Check if Users Follow Playlist API doesn’t work</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5622687#M10315</link>
      <description>&lt;P&gt;Did you add the users to your app's allowlist? - &lt;A href="https://developer.spotify.com/documentation/web-api/concepts/quota-modes" target="_blank"&gt;https://developer.spotify.com/documentation/web-api/concepts/quota-modes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 12:08:22 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5622687#M10315</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2023-08-14T12:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Check if Users Follow Playlist API doesn’t work</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5622699#M10316</link>
      <description>&lt;P&gt;No, I didn’t. I want to check if they follow my playlist. So I should add them?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 12:41:41 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5622699#M10316</guid>
      <dc:creator>itsuygi</dc:creator>
      <dc:date>2023-08-14T12:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Check if Users Follow Playlist API doesn’t work</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5622705#M10317</link>
      <description>&lt;P&gt;For testing purposes, yes. To make it public, you should request a quota extension.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 13:09:53 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5622705#M10317</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2023-08-14T13:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Check if Users Follow Playlist API doesn’t work</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5622986#M10322</link>
      <description>&lt;P&gt;I’ve added my other account to allowlist however even if I follow my playlist, I can’t see it from my main. Only thing changed was I could access the API from my other account.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 08:02:09 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5622986#M10322</guid>
      <dc:creator>itsuygi</dc:creator>
      <dc:date>2023-08-15T08:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Check if Users Follow Playlist API doesn’t work</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5622996#M10323</link>
      <description>&lt;P&gt;Then I misunderstood your question. You can only check if the authenticated user follows a playlist.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 08:19:10 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5622996#M10323</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2023-08-15T08:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Check if Users Follow Playlist API doesn’t work</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5623001#M10324</link>
      <description>&lt;P&gt;Well, this doesn’t make sense. Then why the endpoints wants userids? Spotify seems they keep ignoring this endpoint and not touchs it. I think it just works when you add the followed playlist to your profile&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 08:24:28 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5623001#M10324</guid>
      <dc:creator>itsuygi</dc:creator>
      <dc:date>2023-08-15T08:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Check if Users Follow Playlist API doesn’t work</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5623056#M10326</link>
      <description>&lt;P&gt;You're right. This behaviour and what I said doesn't make sense. (I think I mixed up the documentation of a different API.)&lt;/P&gt;&lt;P&gt;This API doesn't require authorization scopes, so it must support client credentials, without the need of the authorization of the user.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 11:17:19 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Check-if-Users-Follow-Playlist-API-doesn-t-work/m-p/5623056#M10326</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2023-08-15T11:17:19Z</dc:date>
    </item>
  </channel>
</rss>

