<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Development Tutorials &#187; Twitter API</title>
	<atom:link href="http://www.pk-tuts.co.uk/tag/twitter-api/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pk-tuts.co.uk</link>
	<description>Written By Peter Kelly</description>
	<lastBuildDate>Mon, 05 Apr 2010 19:44:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Update Twitter Tweet</title>
		<link>http://www.pk-tuts.co.uk/php/php-functions/update-twitter-tweet?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://www.pk-tuts.co.uk/php/php-functions/update-twitter-tweet#comments</comments>
		<pubDate>Sun, 11 Oct 2009 23:19:08 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[CURL]]></category>
		<category><![CDATA[Insert Tweet]]></category>
		<category><![CDATA[Rand]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Tweet]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter API]]></category>
		<category><![CDATA[Update Status]]></category>

		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=219</guid>
		<description><![CDATA[So in my previous tutorial you have learnt how to get the latest twitter status well now we will learn how to update the twitter status with a random predefined message.

So here is the function that we will use to update the twitter.
function update_twitter($msg) // Start Update Twitter Function
{

    $username = "TWITTER [...]]]></description>
		<wfw:commentRss>http://www.pk-tuts.co.uk/php/php-functions/update-twitter-tweet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Status Function</title>
		<link>http://www.pk-tuts.co.uk/php/php-functions/twitter-status-function?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
		<comments>http://www.pk-tuts.co.uk/php/php-functions/twitter-status-function#comments</comments>
		<pubDate>Mon, 07 Sep 2009 17:10:03 +0000</pubDate>
		<dc:creator>Pete</dc:creator>
				<category><![CDATA[PHP Functions]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[File_Get_Contents]]></category>
		<category><![CDATA[SimpleXML]]></category>
		<category><![CDATA[Status]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter API]]></category>
		<category><![CDATA[Twitter get latest status]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.pk-tuts.co.uk/?p=146</guid>
		<description><![CDATA[Over the past few days I have been messing around with the basic Twitter API which can be found at (http://apiwiki.twitter.com/Twitter-API-Documentation). So I have decided that to create a function on how to retrieve the latest status from any account.

In the function we will use SimpleXML and file_get_contents functions which are integrated into PHP.
Below is [...]]]></description>
		<wfw:commentRss>http://www.pk-tuts.co.uk/php/php-functions/twitter-status-function/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
