<?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 for blog.swfjunkie.com</title>
	<atom:link href="http://blog.swfjunkie.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.swfjunkie.com</link>
	<description>random gibberish for random people</description>
	<lastBuildDate>Tue, 16 Feb 2010 14:30:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Tweetr Tutorials &#8211; Part 2: Using OAuth in Tweetr by Marc</title>
		<link>http://blog.swfjunkie.com/2009/12/tweetr-tutorials-part-2-using-oauth-in-tweetr/comment-page-1/#comment-205</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 16 Feb 2010 14:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=372#comment-205</guid>
		<description>Does Tweetr work for web based applications too? If so, do you have any tips handy to omit entering the pin-code manually?</description>
		<content:encoded><![CDATA[<p>Does Tweetr work for web based applications too? If so, do you have any tips handy to omit entering the pin-code manually?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tweetr AS3 Library 0.95 Released by Sharedtut</title>
		<link>http://blog.swfjunkie.com/2009/11/tweetr-as3-lib0-95-released/comment-page-1/#comment-202</link>
		<dc:creator>Sharedtut</dc:creator>
		<pubDate>Wed, 03 Feb 2010 00:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=317#comment-202</guid>
		<description>Hi, just letting you know I gave this and tried. Thank you.</description>
		<content:encoded><![CDATA[<p>Hi, just letting you know I gave this and tried. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated: Tweetr AS3 Library by Sandro</title>
		<link>http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/comment-page-1/#comment-201</link>
		<dc:creator>Sandro</dc:creator>
		<pubDate>Sun, 24 Jan 2010 01:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=202#comment-201</guid>
		<description>Hi Guido

It would probably be easier if you would post your problem over at the google groups site at: http://groups.google.com/group/tweetr-as3-library/.

Thanks,
Sandro</description>
		<content:encoded><![CDATA[<p>Hi Guido</p>
<p>It would probably be easier if you would post your problem over at the google groups site at: <a href="http://groups.google.com/group/tweetr-as3-library/" rel="nofollow">http://groups.google.com/group/tweetr-as3-library/</a>.</p>
<p>Thanks,<br />
Sandro</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated: Tweetr AS3 Library by guido</title>
		<link>http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/comment-page-1/#comment-200</link>
		<dc:creator>guido</dc:creator>
		<pubDate>Thu, 21 Jan 2010 15:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=202#comment-200</guid>
		<description>Hi Sandro. 
I forgot to import a certain library , which is why I got that error. Solved.
But still I can&#039;t get any Tweet display in flash.  So I have been checking the getUserTimeLine method and added some traces in it. 

Code : 
public function getUserTimeLine(id:String = null, since_id:String = null, since_date:String = null, max_id:Number = 0, page:Number = 0):void
        {
...

trace (&quot;request = &quot; , request);
			urlLoader.load(url);
}

From the Flash Output I got : 
request =  /statuses/user_timeline.xml

I would assume that in the request sting the username should be concatenated ...</description>
		<content:encoded><![CDATA[<p>Hi Sandro.<br />
I forgot to import a certain library , which is why I got that error. Solved.<br />
But still I can&#8217;t get any Tweet display in flash.  So I have been checking the getUserTimeLine method and added some traces in it. </p>
<p>Code :<br />
public function getUserTimeLine(id:String = null, since_id:String = null, since_date:String = null, max_id:Number = 0, page:Number = 0):void<br />
        {<br />
&#8230;</p>
<p>trace (&#8220;request = &#8221; , request);<br />
			urlLoader.load(url);<br />
}</p>
<p>From the Flash Output I got :<br />
request =  /statuses/user_timeline.xml</p>
<p>I would assume that in the request sting the username should be concatenated &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated: Tweetr AS3 Library by guido</title>
		<link>http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/comment-page-1/#comment-199</link>
		<dc:creator>guido</dc:creator>
		<pubDate>Thu, 21 Jan 2010 13:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=202#comment-199</guid>
		<description>Hi Sandro

in the output I get 
Error opening URL &#039;http://https://api.twitter.com/1/statuses/user_timeline.xml?hash=dG91cmluZ19tb2JpbGlzOnRtcHc4MDY2&#039;

So it seems to mix the http with an https... How can I solve this ?</description>
		<content:encoded><![CDATA[<p>Hi Sandro</p>
<p>in the output I get<br />
Error opening URL &#8216;http://https://api.twitter.com/1/statuses/user_timeline.xml?hash=dG91cmluZ19tb2JpbGlzOnRtcHc4MDY2&#8242;</p>
<p>So it seems to mix the http with an https&#8230; How can I solve this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tweetr Tutorials &#8211; Part 2: Using OAuth in Tweetr by Sandro</title>
		<link>http://blog.swfjunkie.com/2009/12/tweetr-tutorials-part-2-using-oauth-in-tweetr/comment-page-1/#comment-197</link>
		<dc:creator>Sandro</dc:creator>
		<pubDate>Thu, 14 Jan 2010 19:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=372#comment-197</guid>
		<description>Hi Phil,

Actually what you are referring to, is Basic Authentication, while tweetr supports this, it&#039;s not the preferred way of doing user authentication anymore (less secure) since twitter is planning on disabling it in the near future.</description>
		<content:encoded><![CDATA[<p>Hi Phil,</p>
<p>Actually what you are referring to, is Basic Authentication, while tweetr supports this, it&#8217;s not the preferred way of doing user authentication anymore (less secure) since twitter is planning on disabling it in the near future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding Cascading Style Sheets in Flash/Flex by Sandro</title>
		<link>http://blog.swfjunkie.com/2009/10/embedding-css-flex/comment-page-1/#comment-196</link>
		<dc:creator>Sandro</dc:creator>
		<pubDate>Thu, 14 Jan 2010 19:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=303#comment-196</guid>
		<description>Actually you can apply those stylesheets on Flex Text Objects. It requires a little trick though. Check out: &lt;a href=&quot;http://www.flexfreaks.com/forums/viewtopic.php?id=6&quot; rel=&quot;nofollow&quot;&gt;http://www.flexfreaks.com/forums/viewtopic.php?id=6&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Actually you can apply those stylesheets on Flex Text Objects. It requires a little trick though. Check out: <a href="http://www.flexfreaks.com/forums/viewtopic.php?id=6" rel="nofollow">http://www.flexfreaks.com/forums/viewtopic.php?id=6</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding Cascading Style Sheets in Flash/Flex by Kellen Styler</title>
		<link>http://blog.swfjunkie.com/2009/10/embedding-css-flex/comment-page-1/#comment-193</link>
		<dc:creator>Kellen Styler</dc:creator>
		<pubDate>Sat, 09 Jan 2010 04:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=303#comment-193</guid>
		<description>I am assuming but this will only work when you set the styleSheet of a textInput / textArea.  This will not work on any Flex class.  right?</description>
		<content:encoded><![CDATA[<p>I am assuming but this will only work when you set the styleSheet of a textInput / textArea.  This will not work on any Flex class.  right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tweetr Tutorials &#8211; Part 2: Using OAuth in Tweetr by Phil</title>
		<link>http://blog.swfjunkie.com/2009/12/tweetr-tutorials-part-2-using-oauth-in-tweetr/comment-page-1/#comment-192</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 08 Jan 2010 22:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=372#comment-192</guid>
		<description>One question: I&#039;ve seen Flash apps/widgets where users can log into twitter by just entering their username and password. Is this using OAuth and just hiding the back and forth interactions, or is this done with another method? Tinker has a widget that does this, for example, and it is a very smooth login process.

Thanks,
Phil</description>
		<content:encoded><![CDATA[<p>One question: I&#8217;ve seen Flash apps/widgets where users can log into twitter by just entering their username and password. Is this using OAuth and just hiding the back and forth interactions, or is this done with another method? Tinker has a widget that does this, for example, and it is a very smooth login process.</p>
<p>Thanks,<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tweetr Tutorials &#8211; Part 2: Using OAuth in Tweetr by Phil</title>
		<link>http://blog.swfjunkie.com/2009/12/tweetr-tutorials-part-2-using-oauth-in-tweetr/comment-page-1/#comment-191</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 08 Jan 2010 20:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=372#comment-191</guid>
		<description>Excellent tutorial, Sandro. Very clear and helpful. Thank you for this and the tweetr library.

Phil</description>
		<content:encoded><![CDATA[<p>Excellent tutorial, Sandro. Very clear and helpful. Thank you for this and the tweetr library.</p>
<p>Phil</p>
]]></content:encoded>
	</item>
</channel>
</rss>
