<?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: Get Currently Playing Track in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5427546#M6217</link>
    <description>&lt;P&gt;Then I recommend you to use the python module&amp;nbsp;&lt;A href="https://github.com/plamere/spotipy" target="_blank" rel="noopener"&gt;spotipy&lt;/A&gt;&lt;SPAN&gt;. You can find its &lt;A href="http://spotipy.readthedocs.org/" target="_self"&gt;documentation here.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2022 11:00:22 GMT</pubDate>
    <dc:creator>Ximzend</dc:creator>
    <dc:date>2022-09-09T11:00:22Z</dc:date>
    <item>
      <title>Get Currently Playing Track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5424440#M5895</link>
      <description>&lt;P&gt;Hi, I have recently started using the spotify developer api. I have experimented with &lt;A href="https://developer.spotify.com/console/get-users-currently-playing-track/" target="_self"&gt;https://developer.spotify.com/console/get-users-currently-playing-track/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To use the endpoint I generated a temporary token using the "Get Token" button to test out the endpoint. After creating an app in the dashboard section and obtaining the token I would test the endpoint again only to get this error:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;{
  "error": {
    "status": 404,
    "message": "Invalid username"
  }
}&lt;/PRE&gt;&lt;P&gt;How do I specify the user to get currently playing track from? I tried things like ?user="username" but It still gave the same error&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 19:09:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5424440#M5895</guid>
      <dc:creator>SlumberDemon</dc:creator>
      <dc:date>2022-09-01T19:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Get Currently Playing Track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5426774#M6140</link>
      <description>&lt;P&gt;Sorry for my late response. I'm currently the only one who's answering questions on this board.&lt;/P&gt;&lt;P&gt;I haven't seen that error before. The Get Currently Playing Track endpoint doesn't need a username.&lt;/P&gt;&lt;P&gt;Note: You have to implement the &lt;A href="https://developer.spotify.com/documentation/general/guides/authorization/code-flow/" target="_blank" rel="noopener"&gt;Authorization Code Flow&lt;/A&gt; first to get access tokens. The access token from the console are for testing purposes in that console only.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 14:44:56 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5426774#M6140</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2022-09-07T14:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get Currently Playing Track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5426776#M6141</link>
      <description>&lt;P&gt;How can I get the currently playing with the token of an application?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 14:52:54 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5426776#M6141</guid>
      <dc:creator>SlumberDemon</dc:creator>
      <dc:date>2022-09-07T14:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Get Currently Playing Track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5426777#M6142</link>
      <description>&lt;P&gt;I don't want to use the console token, I want to use the token from my application to get the currently playing track&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 14:54:49 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5426777#M6142</guid>
      <dc:creator>SlumberDemon</dc:creator>
      <dc:date>2022-09-07T14:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Get Currently Playing Track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5426989#M6163</link>
      <description>&lt;P&gt;Like I said in my Note: You have to implement the &lt;A href="https://developer.spotify.com/documentation/general/guides/authorization/code-flow/" target="_blank" rel="noopener"&gt;Authorization Code Flow&lt;/A&gt;&amp;nbsp;to get access tokens for your app.&lt;/P&gt;&lt;P&gt;What programming language are you currently using? Maybe there is a&amp;nbsp;&lt;A href="https://developer.spotify.com/documentation/web-api/libraries/" target="_blank" rel="noopener"&gt;Web API Wrapper&lt;/A&gt; in that language that can make things a lot easier.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 08:04:30 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5426989#M6163</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2022-09-08T08:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get Currently Playing Track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5427426#M6208</link>
      <description>&lt;P&gt;I am using python&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 06:01:06 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5427426#M6208</guid>
      <dc:creator>SlumberDemon</dc:creator>
      <dc:date>2022-09-09T06:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Get Currently Playing Track</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5427546#M6217</link>
      <description>&lt;P&gt;Then I recommend you to use the python module&amp;nbsp;&lt;A href="https://github.com/plamere/spotipy" target="_blank" rel="noopener"&gt;spotipy&lt;/A&gt;&lt;SPAN&gt;. You can find its &lt;A href="http://spotipy.readthedocs.org/" target="_self"&gt;documentation here.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 11:00:22 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Get-Currently-Playing-Track/m-p/5427546#M6217</guid>
      <dc:creator>Ximzend</dc:creator>
      <dc:date>2022-09-09T11:00:22Z</dc:date>
    </item>
  </channel>
</rss>

