<?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 retrieve and display your latest tweet using PHP</title>
	<atom:link href="http://www.burnmind.com/howto/how-to-retrieve-and-display-your-latest-tweet-using-php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.burnmind.com/howto/how-to-retrieve-and-display-your-latest-tweet-using-php</link>
	<description>useful info to burn into your mind</description>
	<lastBuildDate>Wed, 18 Jan 2012 03:28:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Vinod</title>
		<link>http://www.burnmind.com/howto/how-to-retrieve-and-display-your-latest-tweet-using-php/comment-page-1#comment-69964</link>
		<dc:creator>Vinod</dc:creator>
		<pubDate>Wed, 14 Dec 2011 18:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.burnmind.com/?p=332#comment-69964</guid>
		<description>This was really helpful. Thanks.</description>
		<content:encoded><![CDATA[<p>This was really helpful. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: burNMind</title>
		<link>http://www.burnmind.com/howto/how-to-retrieve-and-display-your-latest-tweet-using-php/comment-page-1#comment-34912</link>
		<dc:creator>burNMind</dc:creator>
		<pubDate>Sat, 21 May 2011 19:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.burnmind.com/?p=332#comment-34912</guid>
		<description>@PM: If you mean that twitter doesn&#039;t allow you to retrieve your tweets more than 150 times per hour, then simply retrieve them using a cron job every X minutes, save them to an xml file at your server and for every user request parse this file instead of performing a new query using the twitter&#039;s API.

If you mean something else please provide an example. :-)</description>
		<content:encoded><![CDATA[<p>@PM: If you mean that twitter doesn&#8217;t allow you to retrieve your tweets more than 150 times per hour, then simply retrieve them using a cron job every X minutes, save them to an xml file at your server and for every user request parse this file instead of performing a new query using the twitter&#8217;s API.</p>
<p>If you mean something else please provide an example. <img src='http://www.burnmind.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PM</title>
		<link>http://www.burnmind.com/howto/how-to-retrieve-and-display-your-latest-tweet-using-php/comment-page-1#comment-34534</link>
		<dc:creator>PM</dc:creator>
		<pubDate>Thu, 19 May 2011 19:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.burnmind.com/?p=332#comment-34534</guid>
		<description>Hi,

After 150 hits per hour the page is broken if we access the twitter page. Do you know any other ways to display tweets without breaking the page?

Thanks,
-PM.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>After 150 hits per hour the page is broken if we access the twitter page. Do you know any other ways to display tweets without breaking the page?</p>
<p>Thanks,<br />
-PM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silas Latzke</title>
		<link>http://www.burnmind.com/howto/how-to-retrieve-and-display-your-latest-tweet-using-php/comment-page-1#comment-12916</link>
		<dc:creator>Silas Latzke</dc:creator>
		<pubDate>Sat, 03 Apr 2010 00:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.burnmind.com/?p=332#comment-12916</guid>
		<description>appreciated lots, I must comment that your blog is fantastic!</description>
		<content:encoded><![CDATA[<p>appreciated lots, I must comment that your blog is fantastic!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linkan</title>
		<link>http://www.burnmind.com/howto/how-to-retrieve-and-display-your-latest-tweet-using-php/comment-page-1#comment-8185</link>
		<dc:creator>Linkan</dc:creator>
		<pubDate>Mon, 07 Sep 2009 21:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.burnmind.com/?p=332#comment-8185</guid>
		<description>I´ll try this out. I have been using the the other more popular method which uses twitter search instead of the rss. To make a long story short that method does not work very well for several reasons. Hoping this will be a winner. Thanks!</description>
		<content:encoded><![CDATA[<p>I´ll try this out. I have been using the the other more popular method which uses twitter search instead of the rss. To make a long story short that method does not work very well for several reasons. Hoping this will be a winner. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

