<?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: PHP OAuth Twitter</title>
	<atom:link href="http://blog.evandavey.com/2010/02/how-to-php-oauth-twitter.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.evandavey.com/2010/02/how-to-php-oauth-twitter.html</link>
	<description>Tech tips, hints, and general musings. PHP, Perl, Mysql, Javascript, AJAX, JSON, Linux, Mac OSX</description>
	<lastBuildDate>Tue, 22 Nov 2011 00:50:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Chris</title>
		<link>http://blog.evandavey.com/2010/02/how-to-php-oauth-twitter.html/comment-page-1#comment-1884</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 29 Jun 2011 16:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=581#comment-1884</guid>
		<description>This was working great until:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in twitteroauth/OAuth.php on line 301

Any ideas?</description>
		<content:encoded><![CDATA[<p>This was working great until:</p>
<p>Warning: array_merge() [function.array-merge]: Argument #2 is not an array in twitteroauth/OAuth.php on line 301</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://blog.evandavey.com/2010/02/how-to-php-oauth-twitter.html/comment-page-1#comment-1808</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Wed, 08 Dec 2010 23:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=581#comment-1808</guid>
		<description>Although this is an old post, it was very useful to me!
However, there are some corrections to be made.
The order of the arguments to the oAuthRequest funcion has changed in later versions of twitteroauth, switching the method with the arguments:

$to-&gt;OAuthRequest(&#039;https://twitter.com/statuses/update.json&#039;, array(&#039;status&#039; =&gt; $tweet), &#039;POST&#039;);

becomes:

$to-&gt;OAuthRequest(&#039;https://twitter.com/statuses/update.json&#039;, &#039;POST&#039;, array(&#039;status&#039; =&gt; $tweet));</description>
		<content:encoded><![CDATA[<p>Although this is an old post, it was very useful to me!<br />
However, there are some corrections to be made.<br />
The order of the arguments to the oAuthRequest funcion has changed in later versions of twitteroauth, switching the method with the arguments:</p>
<p>$to-&gt;OAuthRequest(&#8216;https://twitter.com/statuses/update.json&#8217;, array(&#8216;status&#8217; =&gt; $tweet), &#8216;POST&#8217;);</p>
<p>becomes:</p>
<p>$to-&gt;OAuthRequest(&#8216;https://twitter.com/statuses/update.json&#8217;, &#8216;POST&#8217;, array(&#8216;status&#8217; =&gt; $tweet));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gesuch - Hilfe Twitter API - WebmasterPark</title>
		<link>http://blog.evandavey.com/2010/02/how-to-php-oauth-twitter.html/comment-page-1#comment-1780</link>
		<dc:creator>Gesuch - Hilfe Twitter API - WebmasterPark</dc:creator>
		<pubDate>Fri, 15 Oct 2010 22:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=581#comment-1780</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP: Integrando o Twitter ao seu Site – Parte 3 (Agora com OAuth) &#124; bittersweet dev</title>
		<link>http://blog.evandavey.com/2010/02/how-to-php-oauth-twitter.html/comment-page-1#comment-1747</link>
		<dc:creator>PHP: Integrando o Twitter ao seu Site – Parte 3 (Agora com OAuth) &#124; bittersweet dev</dc:creator>
		<pubDate>Wed, 01 Sep 2010 12:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=581#comment-1747</guid>
		<description>[...] How to PHP OAuth Twitter. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to PHP OAuth Twitter. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ev</title>
		<link>http://blog.evandavey.com/2010/02/how-to-php-oauth-twitter.html/comment-page-1#comment-1626</link>
		<dc:creator>Ev</dc:creator>
		<pubDate>Sat, 13 Feb 2010 23:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=581#comment-1626</guid>
		<description>Thanks for the feedback Abraham, the reference, and your continued work on twitterOAuth</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback Abraham, the reference, and your continued work on twitterOAuth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abraham Williams</title>
		<link>http://blog.evandavey.com/2010/02/how-to-php-oauth-twitter.html/comment-page-1#comment-1624</link>
		<dc:creator>Abraham Williams</dc:creator>
		<pubDate>Sat, 13 Feb 2010 20:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=581#comment-1624</guid>
		<description>Btw: the comment link has has a bug in it where you switch from using &quot; to using &#039;.</description>
		<content:encoded><![CDATA[<p>Btw: the comment link has has a bug in it where you switch from using &#8221; to using &#8216;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abraham Williams</title>
		<link>http://blog.evandavey.com/2010/02/how-to-php-oauth-twitter.html/comment-page-1#comment-1623</link>
		<dc:creator>Abraham Williams</dc:creator>
		<pubDate>Sat, 13 Feb 2010 20:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.evandavey.com/?p=581#comment-1623</guid>
		<description>Nice write up. I&#039;ve added a link to the list of community how tos: http://wiki.github.com/abraham/twitteroauth/links</description>
		<content:encoded><![CDATA[<p>Nice write up. I&#8217;ve added a link to the list of community how tos: <a href="http://wiki.github.com/abraham/twitteroauth/links" rel="nofollow">http://wiki.github.com/abraham/twitteroauth/links</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

