<?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: New Tutorial and Updates for the SoundCloud AS3 API</title>
	<atom:link href="http://dasflash.com/2010/02/new-tutorial-and-updates-for-the-soundcloud-as3-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://dasflash.com/2010/02/new-tutorial-and-updates-for-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: Dorian</title>
		<link>http://dasflash.com/2010/02/new-tutorial-and-updates-for-the-soundcloud-as3-api/comment-page-1/#comment-271</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Tue, 21 Jun 2011 16:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=125#comment-271</guid>
		<description>Actually, the whole point of OAuth is that you can&#039;t do that ;)

You could only try to load the login form in a HTML view inside your app and then grab the security code from the URL of the returned page.

But honestly, I wouldn&#039;t enter my password in an app like this because there&#039;s no way to know that you&#039;re showing me the actual SoundCloud login form and not trying to phish my password. In the browser, you see the URL of the site and know that you&#039;re sending your password to SoundCloud.</description>
		<content:encoded><![CDATA[<p>Actually, the whole point of OAuth is that you can&#8217;t do that ;)</p>
<p>You could only try to load the login form in a HTML view inside your app and then grab the security code from the URL of the returned page.</p>
<p>But honestly, I wouldn&#8217;t enter my password in an app like this because there&#8217;s no way to know that you&#8217;re showing me the actual SoundCloud login form and not trying to phish my password. In the browser, you see the URL of the site and know that you&#8217;re sending your password to SoundCloud.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: android music player</title>
		<link>http://dasflash.com/2010/02/new-tutorial-and-updates-for-the-soundcloud-as3-api/comment-page-1/#comment-270</link>
		<dc:creator>android music player</dc:creator>
		<pubDate>Tue, 21 Jun 2011 16:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=125#comment-270</guid>
		<description>Is there a way to connect in an air application without opening a browser window?</description>
		<content:encoded><![CDATA[<p>Is there a way to connect in an air application without opening a browser window?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mick T.</title>
		<link>http://dasflash.com/2010/02/new-tutorial-and-updates-for-the-soundcloud-as3-api/comment-page-1/#comment-263</link>
		<dc:creator>Mick T.</dc:creator>
		<pubDate>Tue, 03 May 2011 16:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=125#comment-263</guid>
		<description>Hi

I&#039;m trying the advanced sample and I keep getting a 401 error:

 POST http://api.sandbox-soundcloud.com/oauth/request_token [HTTP/1.1 401 Unauthorized 243ms]

I have created a sandbox account and am using my OAuth1 key and secret and I&#039;m not sure how to debug?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;m trying the advanced sample and I keep getting a 401 error:</p>
<p> POST <a href="http://api.sandbox-soundcloud.com/oauth/request_token" rel="nofollow">http://api.sandbox-soundcloud.com/oauth/request_token</a> [HTTP/1.1 401 Unauthorized 243ms]</p>
<p>I have created a sandbox account and am using my OAuth1 key and secret and I&#8217;m not sure how to debug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trevor jordet</title>
		<link>http://dasflash.com/2010/02/new-tutorial-and-updates-for-the-soundcloud-as3-api/comment-page-1/#comment-260</link>
		<dc:creator>trevor jordet</dc:creator>
		<pubDate>Wed, 09 Feb 2011 13:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=125#comment-260</guid>
		<description>awesome!  I have it working. for connecting, but now i am looking for examples on how to implement specific calls.  Specifically how to return a json feed of incoming tracks.

can you point me to specific documentation?  I tried loading this url to get the feed:

_urlVar = &quot;http://api.soundcloud.com/me/followings/tracks?consumer_key=[my consumer key]&quot;;

but i get unauthorized access.

what am I doing wrong?</description>
		<content:encoded><![CDATA[<p>awesome!  I have it working. for connecting, but now i am looking for examples on how to implement specific calls.  Specifically how to return a json feed of incoming tracks.</p>
<p>can you point me to specific documentation?  I tried loading this url to get the feed:</p>
<p>_urlVar = &#8220;http://api.soundcloud.com/me/followings/tracks?consumer_key=[my consumer key]&#8220;;</p>
<p>but i get unauthorized access.</p>
<p>what am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorian</title>
		<link>http://dasflash.com/2010/02/new-tutorial-and-updates-for-the-soundcloud-as3-api/comment-page-1/#comment-259</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Fri, 14 Jan 2011 18:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=125#comment-259</guid>
		<description>@dub Maybe you&#039;re using the sandbox server with an account for the live server or vice versa. You need to create an extra account for each SoundCloud server</description>
		<content:encoded><![CDATA[<p>@dub Maybe you&#8217;re using the sandbox server with an account for the live server or vice versa. You need to create an extra account for each SoundCloud server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dub</title>
		<link>http://dasflash.com/2010/02/new-tutorial-and-updates-for-the-soundcloud-as3-api/comment-page-1/#comment-258</link>
		<dc:creator>dub</dc:creator>
		<pubDate>Fri, 07 Jan 2011 09:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=125#comment-258</guid>
		<description>Hi,

Thanks a lot for sharing this tool. I&#039;m attempting to use the flex example but I am constantly getting an Unhandled Http status error when attempting to get the access token. I am certain that my consumer key and secret key are correct. 

Have you any idea what might be the cause?

In addition I am curious to know could you code be modified to use only an access token if that token was provided to my swf by the html page embedding it?

Thanks

dub</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks a lot for sharing this tool. I&#8217;m attempting to use the flex example but I am constantly getting an Unhandled Http status error when attempting to get the access token. I am certain that my consumer key and secret key are correct. </p>
<p>Have you any idea what might be the cause?</p>
<p>In addition I am curious to know could you code be modified to use only an access token if that token was provided to my swf by the html page embedding it?</p>
<p>Thanks</p>
<p>dub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rumori</title>
		<link>http://dasflash.com/2010/02/new-tutorial-and-updates-for-the-soundcloud-as3-api/comment-page-1/#comment-240</link>
		<dc:creator>rumori</dc:creator>
		<pubDate>Sun, 22 Aug 2010 00:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=125#comment-240</guid>
		<description>Funny how problems seem to get solved just after asking somebody :)
Here&#039;s the solution:

var delegate:SoundcloudDelegate = scClient.sendRequest(&#039;me/favorites/3371381&#039;, URLRequestMethod.POST, {_method: &#039;PUT&#039;});
delegate.addEventListener(SoundcloudEvent.REQUEST_COMPLETE, favoriteComplete);

Cheers.</description>
		<content:encoded><![CDATA[<p>Funny how problems seem to get solved just after asking somebody :)<br />
Here&#8217;s the solution:</p>
<p>var delegate:SoundcloudDelegate = scClient.sendRequest(&#8217;me/favorites/3371381&#8242;, URLRequestMethod.POST, {_method: &#8216;PUT&#8217;});<br />
delegate.addEventListener(SoundcloudEvent.REQUEST_COMPLETE, favoriteComplete);</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rumori</title>
		<link>http://dasflash.com/2010/02/new-tutorial-and-updates-for-the-soundcloud-as3-api/comment-page-1/#comment-239</link>
		<dc:creator>rumori</dc:creator>
		<pubDate>Sun, 22 Aug 2010 00:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=125#comment-239</guid>
		<description>Hello, I&#039;ve been messing with the library but couldn&#039;t edit favorites, I always get Unauthorized 401 error, altought &quot;me&quot; request works as expected.

Here&#039;s what I&#039;m trying to do:

var delegate:SoundcloudDelegate = scClient.sendRequest(&#039;me/favorites/3371381&#039; URLRequestMethod.GET);
delegate.addEventListener(SoundcloudEvent.REQUEST_COMPLETE, favoriteComplete);

I&#039;m using the production server, didn&#039;t took the time to register twice etc.
Can you post a working snippet, I guess I&#039;m missing something obvious here.

Thanks</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;ve been messing with the library but couldn&#8217;t edit favorites, I always get Unauthorized 401 error, altought &#8220;me&#8221; request works as expected.</p>
<p>Here&#8217;s what I&#8217;m trying to do:</p>
<p>var delegate:SoundcloudDelegate = scClient.sendRequest(&#8217;me/favorites/3371381&#8242; URLRequestMethod.GET);<br />
delegate.addEventListener(SoundcloudEvent.REQUEST_COMPLETE, favoriteComplete);</p>
<p>I&#8217;m using the production server, didn&#8217;t took the time to register twice etc.<br />
Can you post a working snippet, I guess I&#8217;m missing something obvious here.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorian</title>
		<link>http://dasflash.com/2010/02/new-tutorial-and-updates-for-the-soundcloud-as3-api/comment-page-1/#comment-83</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Wed, 21 Apr 2010 17:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=125#comment-83</guid>
		<description>@Marc 
You&#039;re right, the API uses the sandbox by default. That&#039;s just to avoid that you accidentally mess up your live data when playing around with the API. To access the live system, you have to set the 4th argument in the constructor to &quot;true&quot;. So if you don&#039;t use OAuth, that would be:
var scClient:SoundcloudClient = new SoundcloudClient(&quot;&quot;, &quot;&quot;, null, true);
See the docs for a reference for all parameters:
&lt;a href=&quot;http://dasflash.com/soundcloud-as3-api/asdoc/com/dasflash/soundcloud/as3api/SoundcloudClient.html#SoundcloudClient()&quot; rel=&quot;nofollow&quot;&gt;http://dasflash.com/soundcloud-as3-api/asdoc/com/dasflash/soundcloud/as3api/SoundcloudClient.html#SoundcloudClient()&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Marc<br />
You&#8217;re right, the API uses the sandbox by default. That&#8217;s just to avoid that you accidentally mess up your live data when playing around with the API. To access the live system, you have to set the 4th argument in the constructor to &#8220;true&#8221;. So if you don&#8217;t use OAuth, that would be:<br />
var scClient:SoundcloudClient = new SoundcloudClient(&#8221;", &#8220;&#8221;, null, true);<br />
See the docs for a reference for all parameters:<br />
<a href="http://dasflash.com/soundcloud-as3-api/asdoc/com/dasflash/soundcloud/as3api/SoundcloudClient.html#SoundcloudClient()" rel="nofollow">http://dasflash.com/soundcloud-as3-api/asdoc/com/dasflash/soundcloud/as3api/SoundcloudClient.html#SoundcloudClient()</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Widmer</title>
		<link>http://dasflash.com/2010/02/new-tutorial-and-updates-for-the-soundcloud-as3-api/comment-page-1/#comment-82</link>
		<dc:creator>Marc Widmer</dc:creator>
		<pubDate>Wed, 21 Apr 2010 15:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=125#comment-82</guid>
		<description>Hi There

Thans for the API first. I have question which i could not solve so far. 

I am currently implementing a custom flash player for public files of a specific user. I need to do it in flash, but actually i do not need auth, as only public content is used. 

is it possible that:

var scClient:SoundcloudClient = new SoundcloudClient();

is always in sandbox mode? because the retrieved stream-url looks like this:
http://media.sandbox-soundcloud.com/stream/****

How can i connect as simple as described but in live mode, not sandbox. 

Any help would be really apreciated. 

Thanks a lot, beside this everything works really nice
Best M</description>
		<content:encoded><![CDATA[<p>Hi There</p>
<p>Thans for the API first. I have question which i could not solve so far. </p>
<p>I am currently implementing a custom flash player for public files of a specific user. I need to do it in flash, but actually i do not need auth, as only public content is used. </p>
<p>is it possible that:</p>
<p>var scClient:SoundcloudClient = new SoundcloudClient();</p>
<p>is always in sandbox mode? because the retrieved stream-url looks like this:<br />
<a href="http://media.sandbox-soundcloud.com/stream/" rel="nofollow">http://media.sandbox-soundcloud.com/stream/</a>****</p>
<p>How can i connect as simple as described but in live mode, not sandbox. </p>
<p>Any help would be really apreciated. </p>
<p>Thanks a lot, beside this everything works really nice<br />
Best M</p>
]]></content:encoded>
	</item>
</channel>
</rss>

