<?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: Open sourced: Tweetr</title>
	<atom:link href="http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/</link>
	<description>random gibberish for random people</description>
	<lastBuildDate>Wed, 18 Apr 2012 21:33:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dan</title>
		<link>http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/comment-page-1/#comment-156</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 05 Nov 2009 18:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=123#comment-156</guid>
		<description>Exactly what I needed. I have one question though:

Will there be any Twitter &quot;Nearby&quot; support in the future? 
This would allow a similar feature to Tweetie 2 where you can see people who tweet near you.

Thanks,
Dan</description>
		<content:encoded><![CDATA[<p>Exactly what I needed. I have one question though:</p>
<p>Will there be any Twitter &#8220;Nearby&#8221; support in the future?<br />
This would allow a similar feature to Tweetie 2 where you can see people who tweet near you.</p>
<p>Thanks,<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Cardwell</title>
		<link>http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/comment-page-1/#comment-151</link>
		<dc:creator>John Cardwell</dc:creator>
		<pubDate>Tue, 20 Oct 2009 22:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=123#comment-151</guid>
		<description>Hey Sandro - thank you for all your hardwork - I&#039;m sure it&#039;s no easy task trying to support this. It&#039;s a cool API.

I&#039;m having huge troubles with the Proxy script. I can point to your servistHost and run authenticated getUserTimeline, but when I try to use the proxy script on my server, it fails. But the proxy script works on my server if there is no auth required (like on getPublicTimeline() method). Have you updated the proxy php script or has something changed on Twitter&#039;s end?</description>
		<content:encoded><![CDATA[<p>Hey Sandro &#8211; thank you for all your hardwork &#8211; I&#8217;m sure it&#8217;s no easy task trying to support this. It&#8217;s a cool API.</p>
<p>I&#8217;m having huge troubles with the Proxy script. I can point to your servistHost and run authenticated getUserTimeline, but when I try to use the proxy script on my server, it fails. But the proxy script works on my server if there is no auth required (like on getPublicTimeline() method). Have you updated the proxy php script or has something changed on Twitter&#8217;s end?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/comment-page-1/#comment-133</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Mon, 31 Aug 2009 07:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=123#comment-133</guid>
		<description>Hey,

ähm your API is great - no qestion. But since you update it, it doesn&#039;t work with air?

greets, nico</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>ähm your API is great &#8211; no qestion. But since you update it, it doesn&#8217;t work with air?</p>
<p>greets, nico</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alpesh Vaghasiya</title>
		<link>http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/comment-page-1/#comment-132</link>
		<dc:creator>Alpesh Vaghasiya</dc:creator>
		<pubDate>Sat, 29 Aug 2009 08:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=123#comment-132</guid>
		<description>Hi Sandro,

I try to implement simple application using library. I am getting this error. 

Error #2048: Security sandbox violation:

can you please help me to find out what will be wrong?

Regards,

Alpesh</description>
		<content:encoded><![CDATA[<p>Hi Sandro,</p>
<p>I try to implement simple application using library. I am getting this error. </p>
<p>Error #2048: Security sandbox violation:</p>
<p>can you please help me to find out what will be wrong?</p>
<p>Regards,</p>
<p>Alpesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camilo</title>
		<link>http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/comment-page-1/#comment-124</link>
		<dc:creator>Camilo</dc:creator>
		<pubDate>Wed, 01 Jul 2009 15:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=123#comment-124</guid>
		<description>Hey Sandro,

First of all I just want to say amazing work! I am learning a lot from it. I got a couple of questions man... I am making a FLEX application that shows the latest tweets depending on a keyword, the idea is that the app updates actumaticall, like updates in runtime. 

So, Im using a Timer, that launches an event every 5000 miliseconds, and every time that event fires I refresh a data grid with the response array returned by the search method of your class. But its not behaving well.. sometimes it updates instantly and anothers not... Ill appreciate any help.

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hey Sandro,</p>
<p>First of all I just want to say amazing work! I am learning a lot from it. I got a couple of questions man&#8230; I am making a FLEX application that shows the latest tweets depending on a keyword, the idea is that the app updates actumaticall, like updates in runtime. </p>
<p>So, Im using a Timer, that launches an event every 5000 miliseconds, and every time that event fires I refresh a data grid with the response array returned by the search method of your class. But its not behaving well.. sometimes it updates instantly and anothers not&#8230; Ill appreciate any help.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/comment-page-1/#comment-120</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Thu, 11 Jun 2009 06:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=123#comment-120</guid>
		<description>Hi Nate,
Can you shed some light for my problem here.
Please share the code sample if any.

http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/#comment-117

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Nate,<br />
Can you shed some light for my problem here.<br />
Please share the code sample if any.</p>
<p><a href="http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/#comment-117" rel="nofollow">http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/#comment-117</a></p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/comment-page-1/#comment-119</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Wed, 10 Jun 2009 15:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=123#comment-119</guid>
		<description>Setting browserAuth to false solved the problem. The comments in the source code say that this only needs to be set to false for AIR but apparently that&#039;s not the case.</description>
		<content:encoded><![CDATA[<p>Setting browserAuth to false solved the problem. The comments in the source code say that this only needs to be set to false for AIR but apparently that&#8217;s not the case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/comment-page-1/#comment-118</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Wed, 10 Jun 2009 15:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=123#comment-118</guid>
		<description>Hi, 

I&#039;m using this library for a work project and it works great when I run it from Flex, but as soon as I try to deploy it anywhere I get a flash security error: Error #2156: Port 1 may not be accessed using protocol http. 
at flash.net::URLStream/load()
at flash.net::URLLoader/load()
at com.swfjunkie.tweetr::Tweetr/getUserTimeLine() Tweetr.as line 295</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I&#8217;m using this library for a work project and it works great when I run it from Flex, but as soon as I try to deploy it anywhere I get a flash security error: Error #2156: Port 1 may not be accessed using protocol http.<br />
at flash.net::URLStream/load()<br />
at flash.net::URLLoader/load()<br />
at com.swfjunkie.tweetr::Tweetr/getUserTimeLine() Tweetr.as line 295</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/comment-page-1/#comment-117</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Wed, 10 Jun 2009 05:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=123#comment-117</guid>
		<description>Hi Sandro,

Awesome job man. I tried using it in my local machine for a Flex web application. There&#039;s no response returning. 

1. How do i proceed ? 

2. How come your example is working fine on the web ?

3. Can i use the PHP proxy to make my application work fine with the Tweetr API ? If Yes, kindly guide me.

Pls reply. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Sandro,</p>
<p>Awesome job man. I tried using it in my local machine for a Flex web application. There&#8217;s no response returning. </p>
<p>1. How do i proceed ? </p>
<p>2. How come your example is working fine on the web ?</p>
<p>3. Can i use the PHP proxy to make my application work fine with the Tweetr API ? If Yes, kindly guide me.</p>
<p>Pls reply. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEAN</title>
		<link>http://blog.swfjunkie.com/2009/03/open-sourced-tweetr/comment-page-1/#comment-113</link>
		<dc:creator>SEAN</dc:creator>
		<pubDate>Tue, 19 May 2009 21:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.swfjunkie.com/?p=123#comment-113</guid>
		<description>Hi Sandro

Awesome work! I have run into a problem and have a feeling that it has to do with server setup. I continuously get the Authentication Required window from the browser whenever I am looking to do something that requires a username and password. 

I am able to populate a datagrid just fine when accessing the public timeline, so I know that the proxy is working OK. 

Any thoughts?

Thanks in advance, 
Sean</description>
		<content:encoded><![CDATA[<p>Hi Sandro</p>
<p>Awesome work! I have run into a problem and have a feeling that it has to do with server setup. I continuously get the Authentication Required window from the browser whenever I am looking to do something that requires a username and password. </p>
<p>I am able to populate a datagrid just fine when accessing the public timeline, so I know that the proxy is working OK. </p>
<p>Any thoughts?</p>
<p>Thanks in advance,<br />
Sean</p>
]]></content:encoded>
	</item>
</channel>
</rss>

