<?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: Issue with API integration in our playlist app in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7160699#M18876</link>
    <description>&lt;P&gt;@Elgery1 the real solution is to have each one of your users create their own „app” in the spotify dashboard. Then they just pass their own client id and secret into your app which lets you scale and go beyond the 25 user limit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the same time, depending on your use case you should build an integration using one of the competing platforms such as Apple Music API or YouTube Music, and encourage your users to switch away from Spotify.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most importantly, don’t give up on your ideas just because a big company told you so. Think outside the box.&lt;/P&gt;</description>
    <pubDate>Sat, 04 Oct 2025 00:45:20 GMT</pubDate>
    <dc:creator>itsmatoosh</dc:creator>
    <dc:date>2025-10-04T00:45:20Z</dc:date>
    <item>
      <title>Issue with API integration in our playlist app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7119735#M18755</link>
      <description>&lt;P&gt;Hi team, We are developing an app that allows users to create and share playlists using the Spotify API. We have followed the documentation, implemented OAuth 2.0, and included the necessary scopes, but we are encountering [describe the specific issue here, e.g., “errors when retrieving user playlists” or “the app does not recognize tokens”]. We want to make sure our implementation complies with Spotify’s API policies. Could you guide us on how to resolve this issue or let us know if any in-app adjustments are required to make it work properly? Thank you in advance for any help or guidance.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 20:25:16 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7119735#M18755</guid>
      <dc:creator>Elgery1</dc:creator>
      <dc:date>2025-09-05T20:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with API integration in our playlist app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7121139#M18756</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/26945007"&gt;@Elgery1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you getting a specific error message?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Sep 2025 06:36:22 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7121139#M18756</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2025-09-07T06:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with API integration in our playlist app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7121265#M18757</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No, I’m not getting any specific error message or error code. The issue is that it doesn’t take me to the quota extension form. Instead, it just leads me to the page where I can see my app’s settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Sun, 07 Sep 2025 09:37:17 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7121265#M18757</guid>
      <dc:creator>Elgery1</dc:creator>
      <dc:date>2025-09-07T09:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with API integration in our playlist app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7121302#M18758</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/26945007"&gt;@Elgery1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You get this error message, because apps start in Development mode, and only up to 25 white-listed accounts can use it.&lt;/P&gt;
&lt;P&gt;Spotify has also introduced strict requirements to get a Quota Extension, as you can read on &lt;A title="Quota modes | Spotify for Developers" href="https://developer.spotify.com/documentation/web-api/concepts/quota-modes" target="_blank" rel="noopener"&gt;this page&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I hope this clears things up!&lt;/P&gt;</description>
      <pubDate>Sun, 07 Sep 2025 10:32:11 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7121302#M18758</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2025-09-07T10:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with API integration in our playlist app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7121704#M18766</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The problem is that I &lt;STRONG&gt;can't even access the form to request a quota extension&lt;/STRONG&gt;. The website always takes me to my app's settings page, &lt;STRONG&gt;without showing any error or indicating whether I meet the requirements&lt;/STRONG&gt;, even though I believe I do.&lt;/P&gt;&lt;P&gt;It seems the platform is &lt;STRONG&gt;bugged&lt;/STRONG&gt; or there's some issue preventing me from proceeding.&lt;/P&gt;&lt;P&gt;Could you please check this or guide me on how to request the extension properly?&lt;/P&gt;</description>
      <pubDate>Sun, 07 Sep 2025 20:04:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7121704#M18766</guid>
      <dc:creator>Elgery1</dc:creator>
      <dc:date>2025-09-07T20:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with API integration in our playlist app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7122045#M18768</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/26945007"&gt;@Elgery1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are sure you meet the requirements, you must read the text and can fill in the form linked &lt;A title="Quota modes | Spotify for Developers" href="https://developer.spotify.com/documentation/web-api/concepts/quota-modes" target="_blank" rel="noopener"&gt;on this page&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 06:59:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7122045#M18768</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2025-09-08T06:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with API integration in our playlist app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7122664#M18769</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've already noticed that form, but I'm not a commercial entity. I'm a kid who created a potential app.&lt;BR /&gt;I can't find a form to request the production mode.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 16:50:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7122664#M18769</guid>
      <dc:creator>Elgery1</dc:creator>
      <dc:date>2025-09-08T16:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with API integration in our playlist app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7122677#M18770</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/26945007"&gt;@Elgery1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sadly, if you are not part of a big company, you can't put apps in production mode.&lt;/P&gt;
&lt;P&gt;I hope this clears things up.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 17:00:46 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7122677#M18770</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2025-09-08T17:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with API integration in our playlist app</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7160699#M18876</link>
      <description>&lt;P&gt;@Elgery1 the real solution is to have each one of your users create their own „app” in the spotify dashboard. Then they just pass their own client id and secret into your app which lets you scale and go beyond the 25 user limit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the same time, depending on your use case you should build an integration using one of the competing platforms such as Apple Music API or YouTube Music, and encourage your users to switch away from Spotify.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most importantly, don’t give up on your ideas just because a big company told you so. Think outside the box.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Oct 2025 00:45:20 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Issue-with-API-integration-in-our-playlist-app/m-p/7160699#M18876</guid>
      <dc:creator>itsmatoosh</dc:creator>
      <dc:date>2025-10-04T00:45:20Z</dc:date>
    </item>
  </channel>
</rss>

