<?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 Playback in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5240693#M3009</link>
    <description>&lt;P&gt;For mobile platforms you might want to take a look to our &lt;A href="https://developer.spotify.com/documentation/android/" target="_self"&gt;Android&lt;/A&gt; and &lt;A href="https://developer.spotify.com/documentation/ios/" target="_self"&gt;iOS&lt;/A&gt; SDKs in case they suit your needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know if you can talk about it, but what does your app do? what is your use case?&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jul 2021 13:04:27 GMT</pubDate>
    <dc:creator>alvaron</dc:creator>
    <dc:date>2021-07-28T13:04:27Z</dc:date>
    <item>
      <title>Spotify Web API Playback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5231490#M2829</link>
      <description>&lt;DIV class=""&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;I've recently been looking into Spotify playback and how to use Web API SDK. Just wanted to share a workflow I though of to see if anyone had any thoughts or suggestions:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Generating a Web API SDK access token through my app&lt;/STRONG&gt;&lt;BR /&gt;Any Spotify premium account holder can generate a Web API SDK access token based on&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="Slack-Lato, appleLogo, sans-serif"&gt;&lt;SPAN class=""&gt;&lt;A href="https://developer.spotify.com/documentation/web-playback-sdk/quick-start/#" target="_blank" rel="noopener"&gt;https://developer.spotify.com/documentation/web-playback-sdk/quick-start/#&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;&lt;I&gt;- Can I generate and access that token for a given user from my app?&lt;/I&gt;&lt;BR /&gt;&lt;I&gt;- The generic token is valid for an hour. In order to get a token that is valid for longer/has refresh tokens, a user needs to request special permission. Can I do that on behalf of the user?&lt;/I&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Creating a broadcast outlet&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="Slack-Lato, appleLogo, sans-serif"&gt;Using the token, I can create a broadcast outlet on the user’s browser/app such that the music can be heard from the browser/app instead of the user’s Spotify.&lt;/FONT&gt;&lt;BR /&gt;&lt;I&gt;- Is an iFrame the best way to do this?&lt;/I&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;FONT color="#000000"&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Playing a song on the user's Spotify&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Selecting the Web Player from the device menu on the user's Spotify&lt;/STRONG&gt;&lt;BR /&gt;&lt;I&gt;- Is there an API call for this? Does this include fetching all available web players from the user&lt;/I&gt;&lt;FONT face="Slack-Lato, appleLogo, sans-serif"&gt;&lt;I&gt;’&lt;/I&gt;&lt;/FONT&gt;&lt;I&gt;s Spotify and then choosing the outlet/device we created?&lt;/I&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 06 Jul 2021 16:15:32 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5231490#M2829</guid>
      <dc:creator>NikhilPunwaney</dc:creator>
      <dc:date>2021-07-06T16:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify Web API Playback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5232846#M2854</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Generating a Web API SDK access token through my app&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the &lt;A href="https://developer.spotify.com/documentation/general/guides/authorization-guide/" target="_self"&gt;Authorization Guide&lt;/A&gt;, there are 3 players involved in the authorization process:&lt;/P&gt;
&lt;P&gt;- The Spotify auth server.&lt;/P&gt;
&lt;P&gt;- Your application (the client) which requests the access token by implementing the authorization flow using your client ID and client Secret after you register the application in the dashboard.&lt;/P&gt;
&lt;P&gt;- The end user, who wants to access to a given resource using their Spotify account.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The authorization flow uses scopes to allow your application to access specific resources (playback, playlists, etc..), so the user will be prompted to grant those permissions to your app. Once the user allows your app, the access token is generated. If you want to request a new token, you can use the "refresh token", which is returned on the same JSON response along with the access token.&amp;nbsp;&lt;SPAN&gt;The refresh token can be used later to get a new access token without visiting the grant screen.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Creating a broadcast outlet&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to embed the Web Playback SDK within an iframe, you must allow "encrypted-media" and "autoplay" in cases of cross origin iframes. This currently affects Chrome browsers since they introduced &lt;A href="https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-permissions-in-cross-origin-iframes" target="_self"&gt;Feature Policy&lt;/A&gt; which disallows features &lt;BR /&gt;within iframes by default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Playing a song on the user's Spotify&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Selecting the Web Player from the device menu on the user's Spotify&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once the Web Player SDK is loaded and a new device id is created, you can transfer the playback manually (using the official Spotify app) or via Web API using the &lt;A href="https://developer.spotify.com/documentation/web-api/reference/#endpoint-transfer-a-users-playback" target="_self"&gt;Transfer User's Playback API&lt;/A&gt; from Playback APIs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 14:05:39 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5232846#M2854</guid>
      <dc:creator>alvaron</dc:creator>
      <dc:date>2021-07-09T14:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify Web API Playback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5234703#M2900</link>
      <description>&lt;P&gt;Hi Alvaron,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help. This seems to be my updated plan:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Host a static page at AAA.com:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
	&amp;lt;script src="https://sdk.scdn.co/spotify-player.js"&amp;gt;&amp;lt;/script&amp;gt;
	&amp;lt;script&amp;gt;
		window.onSpotifyWebPlaybackSDKReady = () =&amp;gt; {
			const url = new URL(window.location.href);
			const token = url.searchParams.get('token');
			const player = new Spotify.Player({
				name: 'Spotify Web Player',
				getOAuthToken: cb =&amp;gt; { cb(token); }
			});
			player.connect();
		};
	&amp;lt;/script&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
	&amp;lt;h1&amp;gt;Spotify Web Player&amp;lt;/h1&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Request authorization to get access token BBB:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;GET https://accounts.spotify.com/authorize?client_id=CCC&amp;amp;response_type=code&amp;amp;redirect_uri=DDD&amp;amp;scope=streaming%20user-read-email%20user-read-private%20user-modify-playback-state&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Navigate to AAA.com?token=BBB from within the app&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Get user's available devices including { id: "EEE", "name": "Spotify Web Player" }:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GET https://api.spotify.com/v1/me/player/devices -H "Authorization: CCC"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Transfer user's playback to the device we have open:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;PUT https://api.spotify.com/v1/me/player -H "Authorization: CCC" { device_ids = ['EEE'], play: false }&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Search/play a song on Spotify&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a better way to do this?&lt;/P&gt;&lt;P&gt;Using this method, a video player pops up on the phone and therefore does not allow the user to navigate away.&amp;nbsp; What are other ways to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 01:34:10 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5234703#M2900</guid>
      <dc:creator>NikhilPunwaney</dc:creator>
      <dc:date>2021-07-14T01:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify Web API Playback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5234856#M2909</link>
      <description>&lt;P&gt;The authorization flow looks good to me. You could skip the API call to retrieve the device id, though. The SDK emits the&amp;nbsp;&lt;A href="https://developer.spotify.com/documentation/web-playback-sdk/reference/#event-ready" target="_self"&gt;ready&lt;/A&gt; event, which provides the device id:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="highlight"&gt;&lt;CODE&gt;  &lt;SPAN class="nx"&gt;player&lt;/SPAN&gt;&lt;SPAN class="p"&gt;.&lt;/SPAN&gt;&lt;SPAN class="nx"&gt;addListener&lt;/SPAN&gt;&lt;SPAN class="p"&gt;(&lt;/SPAN&gt;&lt;SPAN class="dl"&gt;'&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;ready&lt;/SPAN&gt;&lt;SPAN class="dl"&gt;'&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="p"&gt;({&lt;/SPAN&gt; &lt;SPAN class="nx"&gt;device_id&lt;/SPAN&gt; &lt;SPAN class="p"&gt;})&lt;/SPAN&gt; &lt;SPAN class="o"&gt;=&amp;gt;&lt;/SPAN&gt; &lt;SPAN class="p"&gt;{&lt;/SPAN&gt;
    &lt;SPAN class="nx"&gt;console&lt;/SPAN&gt;&lt;SPAN class="p"&gt;.&lt;/SPAN&gt;&lt;SPAN class="nx"&gt;log&lt;/SPAN&gt;&lt;SPAN class="p"&gt;(&lt;/SPAN&gt;&lt;SPAN class="dl"&gt;'&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;Ready with Device ID&lt;/SPAN&gt;&lt;SPAN class="dl"&gt;'&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="nx"&gt;device_id&lt;/SPAN&gt;&lt;SPAN class="p"&gt;);&lt;/SPAN&gt;
  &lt;SPAN class="p"&gt;});&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once the event is received, you could transfer the playback via Web API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't fully understand what you mean with the "video player" as the SDK provides music playback capabilities only. Could you please provide more info? what would be the expected behaviour?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 10:27:31 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5234856#M2909</guid>
      <dc:creator>alvaron</dc:creator>
      <dc:date>2021-07-14T10:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify Web API Playback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5235118#M2922</link>
      <description>&lt;P&gt;Thanks for that tip!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I go to the hosted url from within a react-native app, and select the device from my Spotify player (and play a song), the video player pops up in the react-native app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a video for reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, the song stops playing after 10 seconds. This is not the case if I visit the app from a url on my Desktop browser.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 21:54:34 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5235118#M2922</guid>
      <dc:creator>NikhilPunwaney</dc:creator>
      <dc:date>2021-07-14T21:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify Web API Playback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5235827#M2932</link>
      <description>&lt;P&gt;Hey! Thanks a lot for video. It helped a lot to understand the issue!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been talking with the team behind the Web Playback SDK. Turns out the SDK contains an internal empty video tag which makes React Native see it as video content.&amp;nbsp;&lt;SPAN&gt;This might be the reason why a video control pops up.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I'm afraid React Native is not supported by the SDK. We will update the documentation accordingly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be interesting to see if the same behaviour happens using Ionic, though.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 13:17:39 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5235827#M2932</guid>
      <dc:creator>alvaron</dc:creator>
      <dc:date>2021-07-16T13:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify Web API Playback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5235876#M2933</link>
      <description>&lt;P&gt;That explains it - I'm surprised that didn't have a similar effect on my Desktop browser.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you recommend I do to play the music in my React app? I'm looking to play the full song without the app being in the forefront (so going to another app on my phone does not stop the song)&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 15:42:49 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5235876#M2933</guid>
      <dc:creator>NikhilPunwaney</dc:creator>
      <dc:date>2021-07-16T15:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify Web API Playback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5238111#M2973</link>
      <description>&lt;P&gt;Hey! Sorry for my late response!&lt;BR /&gt;&lt;BR /&gt;If your application is based on React (not React Native), you can embed the Web Playback SDK inside the React app and play the full song from there. Bear in mind that moving the playback to the background does not work on iOS platform (but it does work on Desktop and Android).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We will be releasing a new tutorial soon about how to create a simple web player app using the Web Playback SDK, React and Node. Please stay tuned! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 08:56:31 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5238111#M2973</guid>
      <dc:creator>alvaron</dc:creator>
      <dc:date>2021-07-22T08:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify Web API Playback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5238324#M2975</link>
      <description>&lt;P&gt;No worries!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have an idea on where mobile functionality is on the roadmap?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will you also be posting a tutorial on how to create a mobile player app in the near future?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 14:40:21 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5238324#M2975</guid>
      <dc:creator>NikhilPunwaney</dc:creator>
      <dc:date>2021-07-22T14:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify Web API Playback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5240693#M3009</link>
      <description>&lt;P&gt;For mobile platforms you might want to take a look to our &lt;A href="https://developer.spotify.com/documentation/android/" target="_self"&gt;Android&lt;/A&gt; and &lt;A href="https://developer.spotify.com/documentation/ios/" target="_self"&gt;iOS&lt;/A&gt; SDKs in case they suit your needs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know if you can talk about it, but what does your app do? what is your use case?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 13:04:27 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5240693#M3009</guid>
      <dc:creator>alvaron</dc:creator>
      <dc:date>2021-07-28T13:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify Web API Playback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5240938#M3010</link>
      <description>The app solicits feedback on songs. As such, the use case involves the user being able to play music through the app. I don't expect the user to keep the app open for the duration of the song and so the app needs to be able to play the song while in the background as well.&lt;BR /&gt;&lt;BR /&gt;The app requires the user to have a Spotify account.&lt;BR /&gt;&lt;BR /&gt;Is there any documentation on this that you can point me to?</description>
      <pubDate>Wed, 28 Jul 2021 20:20:25 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5240938#M3010</guid>
      <dc:creator>NikhilPunwaney</dc:creator>
      <dc:date>2021-07-28T20:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify Web API Playback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5241173#M3017</link>
      <description>&lt;P&gt;The Web Playback SDK fits perfectly for this use case, but given the current limitation of the SDK with the background playback on iOS platform, I would suggest to take a look to the iOS SDK. This SDK also provides playback capabilities. You can find documentation on the &lt;A href="https://developer.spotify.com/documentation/ios/quick-start/" target="_self"&gt;portal&lt;/A&gt; and on the project &lt;A href="https://github.com/spotify/ios-sdk" target="_self"&gt;GitHub repository&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 09:36:33 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5241173#M3017</guid>
      <dc:creator>alvaron</dc:creator>
      <dc:date>2021-07-29T09:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Spotify Web API Playback</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5241336#M3019</link>
      <description>&lt;P&gt;Thanks for the quick response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have my own player, am using the iOS SDK and can only play a 30 second version of the song.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The iOS SDK has not been updated in 18 months and is now deprecated - which led to trying to migrate to the Web API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have my own player in the App. Is there a way I can register my player as a device on Spotify such that I can select it using the transfer endpoint and play the full song in my app?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 15:47:31 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Spotify-Web-API-Playback/m-p/5241336#M3019</guid>
      <dc:creator>NikhilPunwaney</dc:creator>
      <dc:date>2021-07-29T15:47:31Z</dc:date>
    </item>
  </channel>
</rss>

