<?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://blogs.popart.com/2009/07/twitter-php-caching/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.popart.com/2009/07/twitter-php-caching/</link>
	<description>Flashes of Pop, Wit and Reason</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:36:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 777?</title>
		<link>http://blogs.popart.com/2009/07/twitter-php-caching/#comment-588</link>
		<dc:creator>777?</dc:creator>
		<pubDate>Tue, 22 Sep 2009 23:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.popart.com/?p=492#comment-588</guid>
		<description>i&#039;d recommend doing 775 permissions instead, 777 leaves your cache directory wide open to the world. thanks for this, great setup!</description>
		<content:encoded><![CDATA[<p>i&#8217;d recommend doing 775 permissions instead, 777 leaves your cache directory wide open to the world. thanks for this, great setup!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Vandehey</title>
		<link>http://blogs.popart.com/2009/07/twitter-php-caching/#comment-530</link>
		<dc:creator>Scott Vandehey</dc:creator>
		<pubDate>Thu, 16 Jul 2009 20:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.popart.com/?p=492#comment-530</guid>
		<description>Well, every system is different, so I can&#039;t tell you exactly what to do to fix it, but I can tell you what I had to do:

I created a cache directory in the same folder as the PHP script (in my case, this code was in functions.php from my wordpress theme, so I created the cache folder inside my theme folder), and then set the folder to 777 permissions.

After that, it just worked out of the box for me, creating the cache files without any problems. Hope that helps, and I&#039;m sorry you&#039;re having troubles with it.</description>
		<content:encoded><![CDATA[<p>Well, every system is different, so I can&#8217;t tell you exactly what to do to fix it, but I can tell you what I had to do:</p>
<p>I created a cache directory in the same folder as the PHP script (in my case, this code was in functions.php from my wordpress theme, so I created the cache folder inside my theme folder), and then set the folder to 777 permissions.</p>
<p>After that, it just worked out of the box for me, creating the cache files without any problems. Hope that helps, and I&#8217;m sorry you&#8217;re having troubles with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carl</title>
		<link>http://blogs.popart.com/2009/07/twitter-php-caching/#comment-529</link>
		<dc:creator>carl</dc:creator>
		<pubDate>Thu, 16 Jul 2009 19:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.popart.com/?p=492#comment-529</guid>
		<description>I&#039;m trying to get this script to work for me.  and i can get it to feed out entries if i skip the caching section of the script.  

These are the warnings im getting from the caching.
Warning: fopen(path/to/cache/folder) [function.fopen]: failed to open stream:
Warning: fwrite(): supplied argument is not a valid stream resource
Warning: fclose(): supplied argument is not a valid stream resource

Do i have to initially set up my cache file?  only folder right...  i have everything set to 777 but can&#039;t seem to figure out the rest. maybe i need to set a value in my php.ini file.  

thanks for supplying this.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to get this script to work for me.  and i can get it to feed out entries if i skip the caching section of the script.  </p>
<p>These are the warnings im getting from the caching.<br />
Warning: fopen(path/to/cache/folder) [function.fopen]: failed to open stream:<br />
Warning: fwrite(): supplied argument is not a valid stream resource<br />
Warning: fclose(): supplied argument is not a valid stream resource</p>
<p>Do i have to initially set up my cache file?  only folder right&#8230;  i have everything set to 777 but can&#8217;t seem to figure out the rest. maybe i need to set a value in my php.ini file.  </p>
<p>thanks for supplying this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blogs.popart.com/2009/07/twitter-php-caching/#comment-467</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 09 Jul 2009 01:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.popart.com/?p=492#comment-467</guid>
		<description>Awesome post! now I have to digest it somehow, I was going through the path of twitter rss -&gt; wordpress rss syndication but missing lots of stuff.</description>
		<content:encoded><![CDATA[<p>Awesome post! now I have to digest it somehow, I was going through the path of twitter rss -&gt; wordpress rss syndication but missing lots of stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TL</title>
		<link>http://blogs.popart.com/2009/07/twitter-php-caching/#comment-463</link>
		<dc:creator>TL</dc:creator>
		<pubDate>Sat, 04 Jul 2009 21:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.popart.com/?p=492#comment-463</guid>
		<description>Thanks for this!  I had to add a couple more str_replace calls to clean up the XML, but other than that this worked like a charm.</description>
		<content:encoded><![CDATA[<p>Thanks for this!  I had to add a couple more str_replace calls to clean up the XML, but other than that this worked like a charm.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
