<?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: How to Get Your Most Recent Twitter Posts Using PHP with&#160;Caching</title>
	<atom:link href="http://spaceninja.com/2009/07/twitter-php-caching/feed/" rel="self" type="application/rss+xml" />
	<link>http://spaceninja.com/2009/07/twitter-php-caching/</link>
	<description>My simian compatriots never make things easy for me.</description>
	<lastBuildDate>Fri, 12 Mar 2010 19:41:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adding a twitter feed to your website &#124; WebZooki</title>
		<link>http://spaceninja.com/2009/07/twitter-php-caching/#comment-90217</link>
		<dc:creator>Adding a twitter feed to your website &#124; WebZooki</dc:creator>
		<pubDate>Fri, 12 Mar 2010 19:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://spaceninja.com/?p=3993#comment-90217</guid>
		<description>[...] http://spaceninja.com/2009/07/twitter-php-caching/  (formerly referencing http://stackoverflow.com/questions/11/how-do-i-calculate-relative-time/501415#501415) [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://spaceninja.com/2009/07/twitter-php-caching/ " rel="nofollow">http://spaceninja.com/2009/07/twitter-php-caching/ </a> (formerly referencing http://stackoverflow.com/questions/11/how-do-i-calculate-relative-time/501415#501415) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: open source web</title>
		<link>http://spaceninja.com/2009/07/twitter-php-caching/#comment-89948</link>
		<dc:creator>open source web</dc:creator>
		<pubDate>Thu, 04 Mar 2010 21:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://spaceninja.com/?p=3993#comment-89948</guid>
		<description>twitter has got to be the easiest API to use with PHP, i have worked with a few but none as simple as twitters.</description>
		<content:encoded><![CDATA[<p>twitter has got to be the easiest API to use with PHP, i have worked with a few but none as simple as twitters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://spaceninja.com/2009/07/twitter-php-caching/#comment-88200</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 28 Jul 2009 06:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://spaceninja.com/?p=3993#comment-88200</guid>
		<description>Sure thing! When you call the function in your PHP for a single person, it&#039;ll probably look like this:

&lt;code&gt;
&lt;?php
	parse_cache_feed(spaceninja, 4)
?&gt;
&lt;/code&gt;

That&#039;ll get the last four tweets from spaceninja. Now if you use something like this instead:

&lt;code&gt;
&lt;?php
	$usernames = &quot;popartinc spaceninja&quot;;
	$limit = &quot;1&quot;; // Number of tweets to pull in
	parse_cache_feed( $usernames, $limit );
?&gt;
&lt;/code&gt;

That will get the most recent tweet from each user in the list -- in this case, spaceninja and popartinc.

Hope that helps!</description>
		<content:encoded><![CDATA[<p>Sure thing! When you call the function in your PHP for a single person, it&#8217;ll probably look like this:</p>
<p><code><br />
&lt;?php<br />
	parse_cache_feed(spaceninja, 4)<br />
?><br />
</code></p>
<p>That&#8217;ll get the last four tweets from spaceninja. Now if you use something like this instead:</p>
<p><code><br />
&lt;?php<br />
	$usernames = "popartinc spaceninja";<br />
	$limit = "1"; // Number of tweets to pull in<br />
	parse_cache_feed( $usernames, $limit );<br />
?><br />
</code></p>
<p>That will get the most recent tweet from each user in the list &#8212; in this case, spaceninja and popartinc.</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://spaceninja.com/2009/07/twitter-php-caching/#comment-88198</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 27 Jul 2009 22:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://spaceninja.com/?p=3993#comment-88198</guid>
		<description>Awesome! I&#039;m working on the same, however I need to display the last tweets for several different people on the same page. Any thoughts on how I could use this to make that work?</description>
		<content:encoded><![CDATA[<p>Awesome! I&#8217;m working on the same, however I need to display the last tweets for several different people on the same page. Any thoughts on how I could use this to make that work?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
