<?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: Twitter AS3 OAuth Lib with Flex 4 example</title>
	<atom:link href="http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/</link>
	<description>Flash Platform (Flash, Flex, AIR) thoughts and examples</description>
	<lastBuildDate>Sun, 20 May 2012 23:30:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-30879</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Tue, 15 May 2012 05:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-30879</guid>
		<description>Sorry for that, haven&#039;t looked at that code for a very long time.</description>
		<content:encoded><![CDATA[<p>Sorry for that, haven&#8217;t looked at that code for a very long time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-30868</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Sun, 13 May 2012 06:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-30868</guid>
		<description>Sorry for the false lead guys, actually adding &quot;oauth_version&quot; didn&#039;t help, I&#039;m still getting a 2032.

This sucks, this whole lib is basically useless because of this mysterious error :(</description>
		<content:encoded><![CDATA[<p>Sorry for the false lead guys, actually adding &#8220;oauth_version&#8221; didn&#8217;t help, I&#8217;m still getting a 2032.</p>
<p>This sucks, this whole lib is basically useless because of this mysterious error <img src='http://soenkerohde.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Hall</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-30262</link>
		<dc:creator>Andrew Hall</dc:creator>
		<pubDate>Fri, 16 Mar 2012 04:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-30262</guid>
		<description>please... can anyone who is getting the 2032 error, and successfully fixed it... outline what they did</description>
		<content:encoded><![CDATA[<p>please&#8230; can anyone who is getting the 2032 error, and successfully fixed it&#8230; outline what they did</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tweet adder crack</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-29727</link>
		<dc:creator>tweet adder crack</dc:creator>
		<pubDate>Wed, 08 Feb 2012 02:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-29727</guid>
		<description>Pretty nice post. I simply stumbled upon your blog and wanted to say that I have really loved surfing around your weblog posts. In any case I&#039;ll be subscribing for your rss feed and I hope you write once more very soon!</description>
		<content:encoded><![CDATA[<p>Pretty nice post. I simply stumbled upon your blog and wanted to say that I have really loved surfing around your weblog posts. In any case I&#8217;ll be subscribing for your rss feed and I hope you write once more very soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sönke</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-29723</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Mon, 30 Jan 2012 21:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-29723</guid>
		<description>Donny, sorry, but I don&#039;t have time to work on an update.</description>
		<content:encoded><![CDATA[<p>Donny, sorry, but I don&#8217;t have time to work on an update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donny</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-29722</link>
		<dc:creator>Donny</dc:creator>
		<pubDate>Mon, 30 Jan 2012 10:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-29722</guid>
		<description>Can&#039;t get it to function, I keep getting a stream error..
Where and how should i add the request.url+= &quot;&amp;oauth_version=1.0&quot;;?
For now I&#039;ve added it straight into the getParameters function like this:

for (var param:String in _requestParams) {
	aParams.push(param + &quot;=&quot; + URLEncoding.encode(_requestParams[param].toString()));
}
aParams.push(&quot;oauth_version=1.0&quot;);

Any chance this article might get an update?</description>
		<content:encoded><![CDATA[<p>Can&#8217;t get it to function, I keep getting a stream error..<br />
Where and how should i add the request.url+= &#8220;&amp;oauth_version=1.0&#8243;;?<br />
For now I&#8217;ve added it straight into the getParameters function like this:</p>
<p>for (var param:String in _requestParams) {<br />
	aParams.push(param + &#8220;=&#8221; + URLEncoding.encode(_requestParams[param].toString()));<br />
}<br />
aParams.push(&#8220;oauth_version=1.0&#8243;);</p>
<p>Any chance this article might get an update?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-29580</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Fri, 06 Jan 2012 22:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-29580</guid>
		<description>Extremely helpful writeup! Real life save for me.

I was getting 2032 Stream Errors, but request.url += &quot;&amp;oauth_version=1.0&quot;; did the trick :)

Thanks to Bryan for that post or I would&#039;ve been stuck!</description>
		<content:encoded><![CDATA[<p>Extremely helpful writeup! Real life save for me.</p>
<p>I was getting 2032 Stream Errors, but request.url += &#8220;&amp;oauth_version=1.0&#8243;; did the trick <img src='http://soenkerohde.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks to Bryan for that post or I would&#8217;ve been stuck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ice</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-29413</link>
		<dc:creator>ice</dc:creator>
		<pubDate>Fri, 02 Dec 2011 00:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-29413</guid>
		<description>thx great script :)

i have suc6 mod with in_reply_to_status_id and wrap_links.

but i having troubles with POST statuses/update_with_media (https://dev.twitter.com/docs/api/1/post/statuses/update_with_media) &gt; media.
have anyone done a tweet with a photo??? if someone can me or pass an url with tips/example :) thx</description>
		<content:encoded><![CDATA[<p>thx great script <img src='http://soenkerohde.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>i have suc6 mod with in_reply_to_status_id and wrap_links.</p>
<p>but i having troubles with POST statuses/update_with_media (<a href="https://dev.twitter.com/docs/api/1/post/statuses/update_with_media" rel="nofollow">https://dev.twitter.com/docs/api/1/post/statuses/update_with_media</a>) &gt; media.<br />
have anyone done a tweet with a photo??? if someone can me or pass an url with tips/example <img src='http://soenkerohde.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; ITGM 748 Unit 08 Weekly Research Journal Idea Space</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-29269</link>
		<dc:creator>&#187; ITGM 748 Unit 08 Weekly Research Journal Idea Space</dc:creator>
		<pubDate>Mon, 22 Aug 2011 03:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-29269</guid>
		<description>[...] Sonke Rhode&#8217;s OAuth example &#8211; I&#8217;m using this example with the others to complete the authorization calls [...]</description>
		<content:encoded><![CDATA[<p>[...] Sonke Rhode&#8217;s OAuth example &#8211; I&#8217;m using this example with the others to complete the authorization calls [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-29256</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Thu, 28 Jul 2011 16:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-29256</guid>
		<description>I was getting the unhandled ioError, as well. I wrote an ioError handler and found through the loader data that I was getting rejected by Twitter. I changed three things:

1) My token was old. I added a button to the app that had a handler that cleared the shared object that required re-authentication to obtain a new token.

2) Twitter rejected my authentication. It appeared that the api requirements had changed a little bit and the url string required oauth_version, (&amp;oauth_version=1.0) at the end of the string.

3) My app didn&#039;t have permission to post. I had to go into my application settings at the twitter dev site and change my app permission from &quot;read-only&quot; to &quot;Read, Write, and Access Direct Messages.&quot;

After making those changes and waiting a few minutes for them to take effect, it worked for me. I&#039;m not sure if the version # change made a difference or not, but that&#039;s what I did.</description>
		<content:encoded><![CDATA[<p>I was getting the unhandled ioError, as well. I wrote an ioError handler and found through the loader data that I was getting rejected by Twitter. I changed three things:</p>
<p>1) My token was old. I added a button to the app that had a handler that cleared the shared object that required re-authentication to obtain a new token.</p>
<p>2) Twitter rejected my authentication. It appeared that the api requirements had changed a little bit and the url string required oauth_version, (&amp;oauth_version=1.0) at the end of the string.</p>
<p>3) My app didn&#8217;t have permission to post. I had to go into my application settings at the twitter dev site and change my app permission from &#8220;read-only&#8221; to &#8220;Read, Write, and Access Direct Messages.&#8221;</p>
<p>After making those changes and waiting a few minutes for them to take effect, it worked for me. I&#8217;m not sure if the version # change made a difference or not, but that&#8217;s what I did.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

