<?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>PHP Software Developing &#187; Twitter</title>
	<atom:link href="http://www.phpdeveloping.co.za/tag/twitter/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpdeveloping.co.za</link>
	<description>for the love of PHP Development</description>
	<lastBuildDate>Tue, 29 Sep 2009 15:38:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Posting a Tweet to Twitter using PHP</title>
		<link>http://www.phpdeveloping.co.za/twitter/posting-a-tweet-to-twitter-using-php.html</link>
		<comments>http://www.phpdeveloping.co.za/twitter/posting-a-tweet-to-twitter-using-php.html#comments</comments>
		<pubDate>Thu, 13 Aug 2009 07:11:17 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.phpdeveloping.co.za/?p=129</guid>
		<description><![CDATA[I found this PHP Twitter Class after having recently started developing my own class.  I&#8217;d recommend downloading this if you&#8217;re looking to do anything with PHP and Twitter because it takes care of most of the work for you.
If you want to post a Tweet to Twitter, it&#8217;s as simple as the following lines [...]]]></description>
			<content:encoded><![CDATA[<p>I found this <a href="http://classes.verkoyen.eu/twitter/">PHP Twitter Class</a> after having recently started developing my own class.  I&#8217;d recommend downloading this if you&#8217;re looking to do anything with PHP and Twitter because it takes care of most of the work for you.</p>
<p>If you want to post a Tweet to Twitter, it&#8217;s as simple as the following lines of code:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">include</span> <span style="color: #0000ff;">&quot;twitter.php&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$t</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> Twitter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;username&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;password&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$t</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">updateStatus</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'This is a Tweet'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Now doesn&#8217;t that make life a lot easier?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpdeveloping.co.za/twitter/posting-a-tweet-to-twitter-using-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
