<?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: Twitter CodeIgniter Library gets oAuth Love!</title>
	<atom:link href="http://www.haughin.com/2009/05/01/twitter-codeigniter-library-gets-oauth-love/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.haughin.com/2009/05/01/twitter-codeigniter-library-gets-oauth-love/</link>
	<description>From one geek to many others...</description>
	<lastBuildDate>Fri, 12 Mar 2010 05:43:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave</title>
		<link>http://www.haughin.com/2009/05/01/twitter-codeigniter-library-gets-oauth-love/comment-page-1/#comment-3914</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 09 Nov 2009 04:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.haughin.com/?p=542#comment-3914</guid>
		<description>Hi , Is there any updated version which support Lists API of twitter ? Thanks Elliot !</description>
		<content:encoded><![CDATA[<p>Hi , Is there any updated version which support Lists API of twitter ? Thanks Elliot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.haughin.com/2009/05/01/twitter-codeigniter-library-gets-oauth-love/comment-page-1/#comment-3842</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Fri, 23 Oct 2009 17:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.haughin.com/?p=542#comment-3842</guid>
		<description>This library is broken for the new Lists API because it makes the assumption that the request is either GET or POST (not DELETE), and only allows two parts to the path (the Lists API paths are longer and contain usernames and list slugs). Even when I modify it to allow for longer pathnames, portion of the library that attempts to convert the path into a method name for calling a method on EpiTwitter remains broken, as it seems to insert slashes in the wrong place when reconstituting the path from the method name.  See this documentation on the Lists API for how this library needs to be updated: http://groups.google.com/group/twitter-development-talk/msg/d3c06fcd5b4affbe</description>
		<content:encoded><![CDATA[<p>This library is broken for the new Lists API because it makes the assumption that the request is either GET or POST (not DELETE), and only allows two parts to the path (the Lists API paths are longer and contain usernames and list slugs). Even when I modify it to allow for longer pathnames, portion of the library that attempts to convert the path into a method name for calling a method on EpiTwitter remains broken, as it seems to insert slashes in the wrong place when reconstituting the path from the method name.  See this documentation on the Lists API for how this library needs to be updated: <a href="http://groups.google.com/group/twitter-development-talk/msg/d3c06fcd5b4affbe" rel="nofollow">http://groups.google.com/group/twitter-development-talk/msg/d3c06fcd5b4affbe</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ervin Ter</title>
		<link>http://www.haughin.com/2009/05/01/twitter-codeigniter-library-gets-oauth-love/comment-page-1/#comment-3423</link>
		<dc:creator>Ervin Ter</dc:creator>
		<pubDate>Thu, 09 Jul 2009 03:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.haughin.com/?p=542#comment-3423</guid>
		<description>I seem cannot make this working by following instruction above.

It would be nice if you provide full implementation with CI framework in a zip.

Thanks!</description>
		<content:encoded><![CDATA[<p>I seem cannot make this working by following instruction above.</p>
<p>It would be nice if you provide full implementation with CI framework in a zip.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iehsan</title>
		<link>http://www.haughin.com/2009/05/01/twitter-codeigniter-library-gets-oauth-love/comment-page-1/#comment-3414</link>
		<dc:creator>iehsan</dc:creator>
		<pubDate>Sat, 04 Jul 2009 15:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.haughin.com/?p=542#comment-3414</guid>
		<description>hi

i would like to ask one question ,

1. when i put this code i get this error

Woah there!
This page is no longer valid. It looks like someone already used the token information you provided. Please return to the site that sent you to this page and try again … it was probably an honest mistake.

please help to sort out this problem..</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>i would like to ask one question ,</p>
<p>1. when i put this code i get this error</p>
<p>Woah there!<br />
This page is no longer valid. It looks like someone already used the token information you provided. Please return to the site that sent you to this page and try again … it was probably an honest mistake.</p>
<p>please help to sort out this problem..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antony</title>
		<link>http://www.haughin.com/2009/05/01/twitter-codeigniter-library-gets-oauth-love/comment-page-1/#comment-3363</link>
		<dc:creator>Antony</dc:creator>
		<pubDate>Thu, 18 Jun 2009 22:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.haughin.com/?p=542#comment-3363</guid>
		<description>Thanks for this great library for CodeIgniter!  One slight issue though, I am trying to use OAuth, have followed instructions but when the request is made to twitter, the oauth_token in the URL is blank, so does not work.

I have checked that all the requirements are met on the server, and have set up an app and put the relevant keys into the example code. 

I would appreciate any advice!</description>
		<content:encoded><![CDATA[<p>Thanks for this great library for CodeIgniter!  One slight issue though, I am trying to use OAuth, have followed instructions but when the request is made to twitter, the oauth_token in the URL is blank, so does not work.</p>
<p>I have checked that all the requirements are met on the server, and have set up an app and put the relevant keys into the example code. </p>
<p>I would appreciate any advice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mushex Antaranian</title>
		<link>http://www.haughin.com/2009/05/01/twitter-codeigniter-library-gets-oauth-love/comment-page-1/#comment-3081</link>
		<dc:creator>Mushex Antaranian</dc:creator>
		<pubDate>Fri, 08 May 2009 19:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.haughin.com/?p=542#comment-3081</guid>
		<description>@Zack Kitzmiller check your htaccess file configuration or find $config[&#039;index_page&#039;] in config/config.php and set its value as &quot;index.php&quot; if it is blank.</description>
		<content:encoded><![CDATA[<p>@Zack Kitzmiller check your htaccess file configuration or find $config['index_page'] in config/config.php and set its value as &#8220;index.php&#8221; if it is blank.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mirage</title>
		<link>http://www.haughin.com/2009/05/01/twitter-codeigniter-library-gets-oauth-love/comment-page-1/#comment-3042</link>
		<dc:creator>mirage</dc:creator>
		<pubDate>Fri, 01 May 2009 15:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.haughin.com/?p=542#comment-3042</guid>
		<description>Thanks for oAuth Elliot! I love this library!</description>
		<content:encoded><![CDATA[<p>Thanks for oAuth Elliot! I love this library!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zack Kitzmiller</title>
		<link>http://www.haughin.com/2009/05/01/twitter-codeigniter-library-gets-oauth-love/comment-page-1/#comment-3032</link>
		<dc:creator>Zack Kitzmiller</dc:creator>
		<pubDate>Fri, 01 May 2009 01:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.haughin.com/?p=542#comment-3032</guid>
		<description>PATH_INFO breaks my app.. When I click a link, or anything, it doesn&#039;t work unless I maunally add &#039;index.php&#039;

What am I missing?</description>
		<content:encoded><![CDATA[<p>PATH_INFO breaks my app.. When I click a link, or anything, it doesn&#8217;t work unless I maunally add &#8216;index.php&#8217;</p>
<p>What am I missing?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.060 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-12 05:09:27 -->
