<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Updates to the SoundCloud AS3 API</title>
	<atom:link href="http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/</link>
	<description>Flex, AIR &#38; the Flux of Flash</description>
	<lastBuildDate>Thu, 03 May 2012 01:14:39 -0400</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Evan</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-296</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Sun, 25 Dec 2011 21:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-296</guid>
		<description>After downloading everything I am getting stuck at 1150: The protected attribute can only be used on class property definitions.</description>
		<content:encoded><![CDATA[<p>After downloading everything I am getting stuck at 1150: The protected attribute can only be used on class property definitions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorian</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-219</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Wed, 19 May 2010 15:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-219</guid>
		<description>@Sam
Sandbox is a complete SoundCloud system for testing purposes only. So you have to register your app there separately:
http://sandbox-soundcloud.com/you/apps/new

And you will get a different consumer key/secret code for that server, too. It&#039;s a bit confusing first, I know ;)</description>
		<content:encoded><![CDATA[<p>@Sam<br />
Sandbox is a complete SoundCloud system for testing purposes only. So you have to register your app there separately:<br />
<a href="http://sandbox-soundcloud.com/you/apps/new" rel="nofollow">http://sandbox-soundcloud.com/you/apps/new</a></p>
<p>And you will get a different consumer key/secret code for that server, too. It&#8217;s a bit confusing first, I know ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-218</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 19 May 2010 14:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-218</guid>
		<description>@Dorian
Thanks for the update, it explains a lot. I&#039;ve registered my application, but I still can&#039;t connect to the Sandbox server, even with the consumer key and consumer secret supplied. Do I need to register my application on the sandbox as well? I&#039;m not quite sure the difference between http://www.soundcloud.com and http://sandbox-soundcloud.com/ - can you clear it up?

Thanks.</description>
		<content:encoded><![CDATA[<p>@Dorian<br />
Thanks for the update, it explains a lot. I&#8217;ve registered my application, but I still can&#8217;t connect to the Sandbox server, even with the consumer key and consumer secret supplied. Do I need to register my application on the sandbox as well? I&#8217;m not quite sure the difference between <a href="http://www.soundcloud.com" rel="nofollow">http://www.soundcloud.com</a> and <a href="http://sandbox-soundcloud.com/" rel="nofollow">http://sandbox-soundcloud.com/</a> &#8211; can you clear it up?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorian</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-204</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Mon, 17 May 2010 16:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-204</guid>
		<description>@Sam
Just found out that SoundCloud has rolled out a new authentication policy on their sandbox-server on friday. They&#039;re not accepting calls to public resources without a consumer key anymore. The production server still works without a key though. So if you change your client to use the production server, everything should be fine. Just set the fourth argument to false:
new SoundcloudClient(&quot;&quot;,&quot;&quot;,null,false);

But to be ready when they roll this out on the live system, you should register your app now and get a consumer key. Read more about it here:
http://groups.google.com/group/soundcloudapi/browse_thread/thread/a6d05b7bf4d64a3f/bcdb595d73bf1ee3

Thanks for pointing this out! I&#039;ll update the post now.</description>
		<content:encoded><![CDATA[<p>@Sam<br />
Just found out that SoundCloud has rolled out a new authentication policy on their sandbox-server on friday. They&#8217;re not accepting calls to public resources without a consumer key anymore. The production server still works without a key though. So if you change your client to use the production server, everything should be fine. Just set the fourth argument to false:<br />
new SoundcloudClient(&#8221;",&#8221;",null,false);</p>
<p>But to be ready when they roll this out on the live system, you should register your app now and get a consumer key. Read more about it here:<br />
<a href="http://groups.google.com/group/soundcloudapi/browse_thread/thread/a6d05b7bf4d64a3f/bcdb595d73bf1ee3" rel="nofollow">http://groups.google.com/group/soundcloudapi/browse_thread/thread/a6d05b7bf4d64a3f/bcdb595d73bf1ee3</a></p>
<p>Thanks for pointing this out! I&#8217;ll update the post now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-203</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 17 May 2010 11:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-203</guid>
		<description>@Dorian
The URL works fine, it brings up the correct XML page. I get the following error in flash:

http://api.sandbox-soundcloud.com/users/***/tracks.xml?oauth_consumer_key=&amp;oauth_nonce=***&amp;oauth_signature=***&amp;oauth_signature_method=HMAC-SHA1&amp;oauth_timestamp=1274096951

NB - I&#039;m not sure how important the information is in that URL so just to be certain I starred it out. When I attempt to go that URL I get an XML page that says 401-Unauthorized.

Any ideas what might be going wrong?</description>
		<content:encoded><![CDATA[<p>@Dorian<br />
The URL works fine, it brings up the correct XML page. I get the following error in flash:</p>
<p><a href="http://api.sandbox-soundcloud.com/users/" rel="nofollow">http://api.sandbox-soundcloud.com/users/</a>***/tracks.xml?oauth_consumer_key=&amp;oauth_nonce=***&amp;oauth_signature=***&amp;oauth_signature_method=HMAC-SHA1&amp;oauth_timestamp=1274096951</p>
<p>NB &#8211; I&#8217;m not sure how important the information is in that URL so just to be certain I starred it out. When I attempt to go that URL I get an XML page that says 401-Unauthorized.</p>
<p>Any ideas what might be going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorian</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-194</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Fri, 14 May 2010 13:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-194</guid>
		<description>@Sam
check if you get a valid response when you copy the URL in your browser address bar, to make sure that you use the correct URL
e.g. http://soundcloud.com/users/yourUserName/tracks
If your browser displays a blank page, check the source code of the page because the browser might not display XML code.
If that works but you still get the error in Flash, please post your code here or send it to me via email (dori@nroy.de)</description>
		<content:encoded><![CDATA[<p>@Sam<br />
check if you get a valid response when you copy the URL in your browser address bar, to make sure that you use the correct URL<br />
e.g. <a href="http://soundcloud.com/users/yourUserName/tracks" rel="nofollow">http://soundcloud.com/users/yourUserName/tracks</a><br />
If your browser displays a blank page, check the source code of the page because the browser might not display XML code.<br />
If that works but you still get the error in Flash, please post your code here or send it to me via email (dori@nroy.de)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-182</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 12 May 2010 16:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-182</guid>
		<description>I&#039;m trying to just use the public method to grab some tracks from my user account. So I&#039;m not using any authorisation. 

I&#039;m using essentially the same code snippet as the one you provided above, however I am getting a Error #2032: Stream Error. Can you advise as to why this might be happening?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to just use the public method to grab some tracks from my user account. So I&#8217;m not using any authorisation. </p>
<p>I&#8217;m using essentially the same code snippet as the one you provided above, however I am getting a Error #2032: Stream Error. Can you advise as to why this might be happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorian</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-36</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Wed, 02 Dec 2009 08:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-36</guid>
		<description>Hi Praveen, github is having some trouble generating the ZIP files lately. I have uploaded the current sources to the download section so you can grab them there:
http://github.com/dorianroy/Soundcloud-AS3-API/downloads

Regarding the link to the uploaded file: you can retrieve it from the response body of the upload, I think it is in a property  named &quot;permalink-url&quot;</description>
		<content:encoded><![CDATA[<p>Hi Praveen, github is having some trouble generating the ZIP files lately. I have uploaded the current sources to the download section so you can grab them there:<br />
<a href="http://github.com/dorianroy/Soundcloud-AS3-API/downloads" rel="nofollow">http://github.com/dorianroy/Soundcloud-AS3-API/downloads</a></p>
<p>Regarding the link to the uploaded file: you can retrieve it from the response body of the upload, I think it is in a property  named &#8220;permalink-url&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Sharma</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-35</link>
		<dc:creator>Praveen Sharma</dc:creator>
		<pubDate>Wed, 02 Dec 2009 01:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-35</guid>
		<description>Also - I can&#039;t download the API Wrapper from github! seems to be broken...</description>
		<content:encoded><![CDATA[<p>Also &#8211; I can&#8217;t download the API Wrapper from github! seems to be broken&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Sharma</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-34</link>
		<dc:creator>Praveen Sharma</dc:creator>
		<pubDate>Tue, 01 Dec 2009 22:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-34</guid>
		<description>Hi! I&#039;ve been trying to create a flash based uploader for Soundcloud for my Rails application. I&#039;ve run into an issue that perhaps you can assist with - first, I&#039;m hitting their API directly so I can avoid having to upload first to my server and then push to SC. The problem I&#039;ve encountered is that even after a successful upload, I am unable to retrieve the response Content-Location header data. Is this even possible? I need to get this link so that i can store it in the app...</description>
		<content:encoded><![CDATA[<p>Hi! I&#8217;ve been trying to create a flash based uploader for Soundcloud for my Rails application. I&#8217;ve run into an issue that perhaps you can assist with &#8211; first, I&#8217;m hitting their API directly so I can avoid having to upload first to my server and then push to SC. The problem I&#8217;ve encountered is that even after a successful upload, I am unable to retrieve the response Content-Location header data. Is this even possible? I need to get this link so that i can store it in the app&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

