<?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: Exposing the Twitter XML API with PHP</title>
	<atom:link href="http://www.erica.biz/2007/exposing-the-twitter-xml-api-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erica.biz/2007/exposing-the-twitter-xml-api-with-php/</link>
	<description>Erica Douglass, &#34;temporarily retired&#34; after selling a successful business at age 26, writes thought-provoking blog entries challenging you to change your life and daring you to become more successful.</description>
	<lastBuildDate>Sun, 01 Aug 2010 07:01:05 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jose</title>
		<link>http://www.erica.biz/2007/exposing-the-twitter-xml-api-with-php/comment-page-1/#comment-742</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Fri, 18 Sep 2009 19:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashchick.com/?p=200#comment-742</guid>
		<description>I agree with you Aaron. It is a smart way to get users/passwords. I pass...</description>
		<content:encoded><![CDATA[<p>I agree with you Aaron. It is a smart way to get users/passwords. I pass&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://www.erica.biz/2007/exposing-the-twitter-xml-api-with-php/comment-page-1/#comment-741</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Mon, 29 Jun 2009 19:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashchick.com/?p=200#comment-741</guid>
		<description>I clicked on the &quot;See the script in action&quot; and almost put my password in.  Then I thought, wow, that is a good way to start collecting username/passwords from people.

I&#039;m sure the code is good...but I wouldn&#039;t test it on your server.  :)</description>
		<content:encoded><![CDATA[<p>I clicked on the &#8220;See the script in action&#8221; and almost put my password in.  Then I thought, wow, that is a good way to start collecting username/passwords from people.</p>
<p>I&#8217;m sure the code is good&#8230;but I wouldn&#8217;t test it on your server.  <img src='http://www.erica.biz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.erica.biz/2007/exposing-the-twitter-xml-api-with-php/comment-page-1/#comment-740</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Mon, 28 Apr 2008 18:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashchick.com/?p=200#comment-740</guid>
		<description>Thanks for releasing the code for developers to play around with!</description>
		<content:encoded><![CDATA[<p>Thanks for releasing the code for developers to play around with!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Payne</title>
		<link>http://www.erica.biz/2007/exposing-the-twitter-xml-api-with-php/comment-page-1/#comment-739</link>
		<dc:creator>Alex Payne</dc:creator>
		<pubDate>Thu, 08 Mar 2007 06:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashchick.com/?p=200#comment-739</guid>
		<description>I work on Twitter and you&#039;re right, our API is fairly limited at this time.  We&#039;ve been trying to keep up with lots of new traffic lately, but we&#039;ll back on expanding our developer features shortly.

In the mean time, check out our &lt;a href=&quot;http://groups.google.com/group/twitter-development-talk&quot; rel=&quot;nofollow&quot;&gt;developer Google Group&lt;/a&gt; and feel free to make any requests or post any questions there.

Also, we have a real actual person who looks at feature/support requests, and we really actually see them!  We can definitely put together an easier way to friend your followers.</description>
		<content:encoded><![CDATA[<p>I work on Twitter and you&#8217;re right, our API is fairly limited at this time.  We&#8217;ve been trying to keep up with lots of new traffic lately, but we&#8217;ll back on expanding our developer features shortly.</p>
<p>In the mean time, check out our <a href="http://groups.google.com/group/twitter-development-talk" rel="nofollow">developer Google Group</a> and feel free to make any requests or post any questions there.</p>
<p>Also, we have a real actual person who looks at feature/support requests, and we really actually see them!  We can definitely put together an easier way to friend your followers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Scoble</title>
		<link>http://www.erica.biz/2007/exposing-the-twitter-xml-api-with-php/comment-page-1/#comment-738</link>
		<dc:creator>Robert Scoble</dc:creator>
		<pubDate>Mon, 05 Mar 2007 05:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashchick.com/?p=200#comment-738</guid>
		<description>Thanks for your help! Appreciate it a lot.</description>
		<content:encoded><![CDATA[<p>Thanks for your help! Appreciate it a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.erica.biz/2007/exposing-the-twitter-xml-api-with-php/comment-page-1/#comment-737</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 05 Mar 2007 04:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.slashchick.com/?p=200#comment-737</guid>
		<description>PHP 5 has built in support for working with XML in the form of the Simple XML extension. No external class for parsing is necessary. And being written in C, it&#039;s blazingly fast.</description>
		<content:encoded><![CDATA[<p>PHP 5 has built in support for working with XML in the form of the Simple XML extension. No external class for parsing is necessary. And being written in C, it&#8217;s blazingly fast.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
