<?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: Updated: Tweetr AS3 Library</title>
	<atom:link href="http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/</link>
	<description>random gibberish for random people</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:46:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: al</title>
		<link>http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/comment-page-1/#comment-210</link>
		<dc:creator>al</dc:creator>
		<pubDate>Mon, 31 May 2010 08:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=202#comment-210</guid>
		<description>Hi, awesome library, very nice of you to make this open source. I am integrating this into an AIR app I have, tweetr.getUserTimeLine() works great but I can&#039;t seem to get tweetr.search() working. Code is below, let me know if you have any ideas, thanks.
__________________________

package {
	
	import flash.events.Event;
	import flash.display.MovieClip;	
	import com.swfjunkie.tweetr.events.TweetEvent;
	import com.swfjunkie.tweetr.utils.TweetUtil;
	import com.swfjunkie.tweetr.data.objects.StatusData;
	import com.swfjunkie.tweetr.data.objects.SearchResultData;
	import com.swfjunkie.tweetr.Tweetr;
	
	public class twitter extends MovieClip
	{
			
		    public function twitter():void
                {
                    // create a tweetr instance
               tweetr = new Tweetr();   
               tweetr.useAuthHeaders = true;
                
                // pass the username &amp; password
               tweetr.username = &quot;my username&quot;;
               tweetr.password = &quot;my password&quot;;			
                
                // add some eventlisteners
                tweetr.addEventListener(TweetEvent.COMPLETE, handleTweetsLoaded);
                tweetr.addEventListener(TweetEvent.FAILED, handleTweetsFail);
                say_button.addEventListener(MouseEvent.CLICK, Speak_Tweet_Event);   
				
				//tweetr.getUserTimeLine();			
				tweetr.search(&quot;gadgets&quot;);		
                }              
             
			 
			   
                private function handleTweetsLoaded(event:TweetEvent):void
            {
                // assign the latest response to a data object
                var tweet:StatusData = event.responseArray[0] as StatusData;				
                text.text = &quot;@&quot;+tweet.user.screenName + tweet.text + &quot; &quot; + TweetUtil.returnTweetAge(tweet.createdAt);				
				
            }              
        
          			
			private function handleTweetsFail(event:TweetEvent):void
            {
                trace (&quot;Tweet Called Failed&quot;);
					 
            }		
			
	}
}</description>
		<content:encoded><![CDATA[<p>Hi, awesome library, very nice of you to make this open source. I am integrating this into an AIR app I have, tweetr.getUserTimeLine() works great but I can&#8217;t seem to get tweetr.search() working. Code is below, let me know if you have any ideas, thanks.<br />
__________________________</p>
<p>package {</p>
<p>	import flash.events.Event;<br />
	import flash.display.MovieClip;<br />
	import com.swfjunkie.tweetr.events.TweetEvent;<br />
	import com.swfjunkie.tweetr.utils.TweetUtil;<br />
	import com.swfjunkie.tweetr.data.objects.StatusData;<br />
	import com.swfjunkie.tweetr.data.objects.SearchResultData;<br />
	import com.swfjunkie.tweetr.Tweetr;</p>
<p>	public class twitter extends MovieClip<br />
	{</p>
<p>		    public function twitter():void<br />
                {<br />
                    // create a tweetr instance<br />
               tweetr = new Tweetr();<br />
               tweetr.useAuthHeaders = true;</p>
<p>                // pass the username &amp; password<br />
               tweetr.username = &#8220;my username&#8221;;<br />
               tweetr.password = &#8220;my password&#8221;;			</p>
<p>                // add some eventlisteners<br />
                tweetr.addEventListener(TweetEvent.COMPLETE, handleTweetsLoaded);<br />
                tweetr.addEventListener(TweetEvent.FAILED, handleTweetsFail);<br />
                say_button.addEventListener(MouseEvent.CLICK, Speak_Tweet_Event);   </p>
<p>				//tweetr.getUserTimeLine();<br />
				tweetr.search(&#8220;gadgets&#8221;);<br />
                }              </p>
<p>                private function handleTweetsLoaded(event:TweetEvent):void<br />
            {<br />
                // assign the latest response to a data object<br />
                var tweet:StatusData = event.responseArray[0] as StatusData;<br />
                text.text = &#8220;@&#8221;+tweet.user.screenName + tweet.text + &#8221; &#8221; + TweetUtil.returnTweetAge(tweet.createdAt);				</p>
<p>            }              </p>
<p>			private function handleTweetsFail(event:TweetEvent):void<br />
            {<br />
                trace (&#8220;Tweet Called Failed&#8221;);</p>
<p>            }		</p>
<p>	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash as3.0 Tweetr: Intro &#171; adaydesign&#39;s Blog</title>
		<link>http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/comment-page-1/#comment-207</link>
		<dc:creator>Flash as3.0 Tweetr: Intro &#171; adaydesign&#39;s Blog</dc:creator>
		<pubDate>Tue, 30 Mar 2010 00:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=202#comment-207</guid>
		<description>[...] http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/ เวบของเจ้าของ Tweetr ครับลองคุยกับเขาดู [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/" rel="nofollow">http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/</a> เวบของเจ้าของ Tweetr ครับลองคุยกับเขาดู [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>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>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>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>By: Dwight</title>
		<link>http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/comment-page-1/#comment-180</link>
		<dc:creator>Dwight</dc:creator>
		<pubDate>Fri, 11 Dec 2009 21:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=202#comment-180</guid>
		<description>I having issues using createFavorite, I keep getting this error &quot;Error opening URL &#039;http://twitter.com/favorites/create/&#039;&quot;  It seems like it&#039;s not appending the id number on the end of the link.  Do you have a working example of this?</description>
		<content:encoded><![CDATA[<p>I having issues using createFavorite, I keep getting this error &#8220;Error opening URL &#8216;http://twitter.com/favorites/create/&#8217;&#8221;  It seems like it&#8217;s not appending the id number on the end of the link.  Do you have a working example of this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Schlein</title>
		<link>http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/comment-page-1/#comment-162</link>
		<dc:creator>Ben Schlein</dc:creator>
		<pubDate>Fri, 13 Nov 2009 02:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=202#comment-162</guid>
		<description>I am new to swc files so how do I install the one I downloaded from your site?</description>
		<content:encoded><![CDATA[<p>I am new to swc files so how do I install the one I downloaded from your site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yousef</title>
		<link>http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/comment-page-1/#comment-150</link>
		<dc:creator>Yousef</dc:creator>
		<pubDate>Mon, 19 Oct 2009 18:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=202#comment-150</guid>
		<description>Hi sandro, 

I am having trouble authenticating, the examples you have posted on Google Code doesnt work either. 

If anyone has successfully implemented authentication in Flash IDE please help as i have been stuck for a week now. 

btw thank you sandro for the open source!</description>
		<content:encoded><![CDATA[<p>Hi sandro, </p>
<p>I am having trouble authenticating, the examples you have posted on Google Code doesnt work either. </p>
<p>If anyone has successfully implemented authentication in Flash IDE please help as i have been stuck for a week now. </p>
<p>btw thank you sandro for the open source!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tania</title>
		<link>http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/comment-page-1/#comment-147</link>
		<dc:creator>Tania</dc:creator>
		<pubDate>Wed, 14 Oct 2009 09:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=202#comment-147</guid>
		<description>Hi Sandro,

it works just fine with Mozilla, but not with EI, Safary, Google Chrome and with Opera asks permition to send user data.. Can one do something about it? At least, that the tweerr events are registrated and got response: tweetr.addEventListener(TweetEvent.COMPLETE, handleTweetsLoaded);
			tweetr.addEventListener(TweetEvent.FAILED, handleTweetsFail);

Thanks!
Tania</description>
		<content:encoded><![CDATA[<p>Hi Sandro,</p>
<p>it works just fine with Mozilla, but not with EI, Safary, Google Chrome and with Opera asks permition to send user data.. Can one do something about it? At least, that the tweerr events are registrated and got response: tweetr.addEventListener(TweetEvent.COMPLETE, handleTweetsLoaded);<br />
			tweetr.addEventListener(TweetEvent.FAILED, handleTweetsFail);</p>
<p>Thanks!<br />
Tania</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://blog.swfjunkie.com/2009/03/updated-tweetr-as3-library/comment-page-1/#comment-146</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 09 Oct 2009 23:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=202#comment-146</guid>
		<description>Hey Sando,
I&#039;m building a visual tweeter client (that enables the user easily send pics/vids/swfs with his tweets). I&#039;m basing my work on your great Tweenr lib (thanks!).
My problem- can&#039;t get the paging (page parameter) work when requesting a friend timeline (nor the count parameter). It Always returns the first page. Any idea? 

Thanks!
Jonathan</description>
		<content:encoded><![CDATA[<p>Hey Sando,<br />
I&#8217;m building a visual tweeter client (that enables the user easily send pics/vids/swfs with his tweets). I&#8217;m basing my work on your great Tweenr lib (thanks!).<br />
My problem- can&#8217;t get the paging (page parameter) work when requesting a friend timeline (nor the count parameter). It Always returns the first page. Any idea? </p>
<p>Thanks!<br />
Jonathan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
