<?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"
	>
<channel>
	<title>Comments on: Twitter API</title>
	<atom:link href="http://www.peterelst.com/blog/2007/02/10/twitter-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterelst.com/blog/2007/02/10/twitter-api/</link>
	<description>Flash Platform Consultant</description>
	<pubDate>Thu, 28 Aug 2008 06:38:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Peter</title>
		<link>http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-11022</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 30 Mar 2007 09:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-11022</guid>
		<description>we're not just talking 'real' people Gareth -- the process could easily be automated by spam bots and make life hell on twitter.</description>
		<content:encoded><![CDATA[<p>we&#8217;re not just talking &#8216;real&#8217; people Gareth &#8212; the process could easily be automated by spam bots and make life hell on twitter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-11021</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Fri, 30 Mar 2007 08:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-11021</guid>
		<description>All this talk of security am I  really concerned if someone steals my Twitter login people have more of a life than this. And If i am using my  regular email details or something like that well thats just plain dumb.</description>
		<content:encoded><![CDATA[<p>All this talk of security am I  really concerned if someone steals my Twitter login people have more of a life than this. And If i am using my  regular email details or something like that well thats just plain dumb.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin Marshall</title>
		<link>http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10810</link>
		<dc:creator>Austin Marshall</dc:creator>
		<pubDate>Wed, 14 Mar 2007 19:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10810</guid>
		<description>I can't seem to get the Twitter AS3 classes to successfully authenticate.  If I connect to a local proxy which handles the authentication (which seems ideal at this point), it works like a charm.  For whatever reason, the Authenticate header isn't being received.

Are there any working examples in the wild I might be able to look at?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to get the Twitter AS3 classes to successfully authenticate.  If I connect to a local proxy which handles the authentication (which seems ideal at this point), it works like a charm.  For whatever reason, the Authenticate header isn&#8217;t being received.</p>
<p>Are there any working examples in the wild I might be able to look at?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10712</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Mon, 26 Feb 2007 23:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10712</guid>
		<description>er.. I mean E4X</description>
		<content:encoded><![CDATA[<p>er.. I mean E4X</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10711</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Mon, 26 Feb 2007 23:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10711</guid>
		<description>Yes, you are right about using JSON vs. A4X. I actually wrote the libary for AS2 first and then moved it over to AS3 before I was aware of A4X. We are adding some new features to the API and there will be a new library soon. We are actually deploying some new stuff today that will allow you get the updates since a given time. I'll let you know once that is in there.</description>
		<content:encoded><![CDATA[<p>Yes, you are right about using JSON vs. A4X. I actually wrote the libary for AS2 first and then moved it over to AS3 before I was aware of A4X. We are adding some new features to the API and there will be a new library soon. We are actually deploying some new stuff today that will allow you get the updates since a given time. I&#8217;ll let you know once that is in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral Balkan</title>
		<link>http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10702</link>
		<dc:creator>Aral Balkan</dc:creator>
		<pubDate>Sat, 24 Feb 2007 10:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10702</guid>
		<description>Hi Ray,

I guess if you're going with AS2, XML and/or JSON isn't an issue. Although for AS3, I don't see why I would personally favor JSON over XML since we have E4X. 

I've been thinking about this a bit recently and I can definitely see the elegance of JSON for JavaScript. One eval (for a trusted data source) and you're off. Keeping the data format in the actual language itself is wonderful for its lack of overhead. It does strike me as weird though to have to parse JavaScript in another language (I wish we had the same sort of eval in AS3 -- now that would rock since the structure would translate natively). 

I'm actually thinking of a similar data exchange format for Flash. Need to do some tests first...

Also: Is there a call I can make to get status updates since a certain time (e.g., pass a timestamp and get the updates that have happened for an user or user with friends since that time?) 

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Ray,</p>
<p>I guess if you&#8217;re going with AS2, XML and/or JSON isn&#8217;t an issue. Although for AS3, I don&#8217;t see why I would personally favor JSON over XML since we have E4X. </p>
<p>I&#8217;ve been thinking about this a bit recently and I can definitely see the elegance of JSON for JavaScript. One eval (for a trusted data source) and you&#8217;re off. Keeping the data format in the actual language itself is wonderful for its lack of overhead. It does strike me as weird though to have to parse JavaScript in another language (I wish we had the same sort of eval in AS3 &#8212; now that would rock since the structure would translate natively). </p>
<p>I&#8217;m actually thinking of a similar data exchange format for Flash. Need to do some tests first&#8230;</p>
<p>Also: Is there a call I can make to get status updates since a certain time (e.g., pass a timestamp and get the updates that have happened for an user or user with friends since that time?) </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10690</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Wed, 21 Feb 2007 02:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10690</guid>
		<description>Hey Peter, I am the Flash developer for Twitter. The authentication features of the API should be used with discretion. While I agree  that developers should not be distributing badges that expose a users username and password, I am not so sure about your argument against using JSON. The choice to use JSON was not an Ajax thing, more about going with the data format I feel most comfortable with. Instead of parsing the XML, I preferred receiving the data in a format was simply ready to go.</description>
		<content:encoded><![CDATA[<p>Hey Peter, I am the Flash developer for Twitter. The authentication features of the API should be used with discretion. While I agree  that developers should not be distributing badges that expose a users username and password, I am not so sure about your argument against using JSON. The choice to use JSON was not an Ajax thing, more about going with the data format I feel most comfortable with. Instead of parsing the XML, I preferred receiving the data in a format was simply ready to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Rutherford</title>
		<link>http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10669</link>
		<dc:creator>Jim Rutherford</dc:creator>
		<pubDate>Sun, 11 Feb 2007 04:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10669</guid>
		<description>Although the Twitter API AS3 class uses thier JSON feeds, it is rather trivial to modify the class to load their XML feeds then use E4X to grab the data you want. Once you change the feeds, you can drop the Adobe JSON class!

The thing I found odd when working with their API, is that the XML and JSON data returned by their API's do not contain the same data structure.  The JSON data is missing many fields that are contained in the XML version.</description>
		<content:encoded><![CDATA[<p>Although the Twitter API AS3 class uses thier JSON feeds, it is rather trivial to modify the class to load their XML feeds then use E4X to grab the data you want. Once you change the feeds, you can drop the Adobe JSON class!</p>
<p>The thing I found odd when working with their API, is that the XML and JSON data returned by their API&#8217;s do not contain the same data structure.  The JSON data is missing many fields that are contained in the XML version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10668</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 10 Feb 2007 21:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10668</guid>
		<description>yup very true Aral, they should have an article up on that -- I've seen more than just a few Flash widgets that open up security issues because they embed login details.</description>
		<content:encoded><![CDATA[<p>yup very true Aral, they should have an article up on that &#8212; I&#8217;ve seen more than just a few Flash widgets that open up security issues because they embed login details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral Balkan</title>
		<link>http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10667</link>
		<dc:creator>Aral Balkan</dc:creator>
		<pubDate>Sat, 10 Feb 2007 12:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterelst.com/blog/2007/02/10/twitter-api/#comment-10667</guid>
		<description>Flash developers have to understand that any information in a SWF should be treated as public. Yes, the SWF needs to be decompiled but there are many tools out there that make this a trivial task. Treat the Flash client as you would HTML. You wouldn't embed your username/password in plain text in an HTML file so don't in a SWF. (Maybe we need to write a DevNet article on this, what do you think?) 

Of course Macromedia didn't help things by actually *pushing* this practice first with the FireFly components and then the various Connector components in Flash, fueled by the "you can create an app in five minutes" marketing campaign. 

Great to see you on Twitter, btw! :)</description>
		<content:encoded><![CDATA[<p>Flash developers have to understand that any information in a SWF should be treated as public. Yes, the SWF needs to be decompiled but there are many tools out there that make this a trivial task. Treat the Flash client as you would HTML. You wouldn&#8217;t embed your username/password in plain text in an HTML file so don&#8217;t in a SWF. (Maybe we need to write a DevNet article on this, what do you think?) </p>
<p>Of course Macromedia didn&#8217;t help things by actually *pushing* this practice first with the FireFly components and then the various Connector components in Flash, fueled by the &#8220;you can create an app in five minutes&#8221; marketing campaign. </p>
<p>Great to see you on Twitter, btw! <img src='http://www.peterelst.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
