<?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: Ruby Twitter Gem</title>
	<atom:link href="http://addictedtonew.com/archives/187/ruby-twitter-gem/feed/" rel="self" type="application/rss+xml" />
	<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/</link>
	<description>John Nunemaker\'s thoughts and such</description>
	<lastBuildDate>Sun, 01 Nov 2009 17:19:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jesudianmoses</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-195116</link>
		<dc:creator>jesudianmoses</dc:creator>
		<pubDate>Wed, 26 Aug 2009 09:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-195116</guid>
		<description>&lt;b&gt; How can I retrieve the followers id &lt;/b&gt;

&lt;i&gt; My question is how to retrieve the followers id of the given twitter user without providing the authentication.&lt;b&gt; To be more clear how can i create a base object in the other ways?</description>
		<content:encoded><![CDATA[<p><b> How can I retrieve the followers id </b></p>
<p><i> My question is how to retrieve the followers id of the given twitter user without providing the authentication.<b> To be more clear how can i create a base object in the other ways?</b></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Kudria</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-90102</link>
		<dc:creator>Ben Kudria</dc:creator>
		<pubDate>Wed, 15 Aug 2007 13:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-90102</guid>
		<description>&lt;strong&gt;How To Update Facebook, Twitter, and Kopete&#039;s Status All At Once...&lt;/strong&gt;

I have whipped up a short script to update Facebook&#8217;s status, Twitter, and Kopete&#8217;s status all at once.&#160; The Facebook portion of the code comes directly from Kerry Buckley&#8217;s script...</description>
		<content:encoded><![CDATA[<p><strong>How To Update Facebook, Twitter, and Kopete&#8217;s Status All At Once&#8230;</strong></p>
<p>I have whipped up a short script to update Facebook&#8217;s status, Twitter, and Kopete&#8217;s status all at once.&nbsp; The Facebook portion of the code comes directly from Kerry Buckley&#8217;s script&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RMB</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-88730</link>
		<dc:creator>RMB</dc:creator>
		<pubDate>Sat, 04 Aug 2007 15:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-88730</guid>
		<description>John, I don&#039;t think the method is working as expected, you should test it. I pasted the example you posted above in my console and ran it with proper login credentials.  I got back all direct messages, not just those posted after Auguest 2nd.  Let me know if you experience the same and if you have any suggestions as to how to fix it.  Thanks.</description>
		<content:encoded><![CDATA[<p>John, I don&#8217;t think the method is working as expected, you should test it. I pasted the example you posted above in my console and ran it with proper login credentials.  I got back all direct messages, not just those posted after Auguest 2nd.  Let me know if you experience the same and if you have any suggestions as to how to fix it.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Nunemaker</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-88709</link>
		<dc:creator>John Nunemaker</dc:creator>
		<pubDate>Sat, 04 Aug 2007 14:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-88709</guid>
		<description>@RMB - @messages = Twitter::Base.new(&#039;XXXX&#039;, &#039;XXXX&#039;).direct_messages(&quot;Fri2C++2+Aug+2007+013A363A12+GMT&quot;)

Should work like that. Just takes a string. I should make it take a date or time as well. I&#039;ll make note of that.</description>
		<content:encoded><![CDATA[<p>@RMB &#8211; @messages = Twitter::Base.new(&#8216;XXXX&#8217;, &#8216;XXXX&#8217;).direct_messages(&#8220;Fri2C++2+Aug+2007+013A363A12+GMT&#8221;)</p>
<p>Should work like that. Just takes a string. I should make it take a date or time as well. I&#8217;ll make note of that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RMB</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-88657</link>
		<dc:creator>RMB</dc:creator>
		<pubDate>Sat, 04 Aug 2007 04:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-88657</guid>
		<description>John, thanks for the quick reply.  Back on direct_messages, i was reading the Twitter Gem Doc, and you mention that you can specifcy an option to grab direct messages specifying for instance a previous retreival date/time value.  

Can you provide an example of useage?  I have an http formatted date which i&#039;m storing in a variable called &#039;last_update.&#039;  How would I include that in the direct message call?  I&#039;m trying a structure like this:

@messages = Twitter::Base.new(&#039;XXXX&#039;, &#039;XXXX&#039;).direct_messages(since=Fri2C++2+Aug+2007+013A363A12+GMT)

The date format above works when i curl the API.  I think though i&#039;m missing the syntax.  Let me know please.  Thanks!</description>
		<content:encoded><![CDATA[<p>John, thanks for the quick reply.  Back on direct_messages, i was reading the Twitter Gem Doc, and you mention that you can specifcy an option to grab direct messages specifying for instance a previous retreival date/time value.  </p>
<p>Can you provide an example of useage?  I have an http formatted date which i&#8217;m storing in a variable called &#8216;last_update.&#8217;  How would I include that in the direct message call?  I&#8217;m trying a structure like this:</p>
<p>@messages = Twitter::Base.new(&#8216;XXXX&#8217;, &#8216;XXXX&#8217;).direct_messages(since=Fri2C++2+Aug+2007+013A363A12+GMT)</p>
<p>The date format above works when i curl the API.  I think though i&#8217;m missing the syntax.  Let me know please.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Nunemaker</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-87617</link>
		<dc:creator>John Nunemaker</dc:creator>
		<pubDate>Sat, 28 Jul 2007 15:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-87617</guid>
		<description>@RMB - There is a method in the api. I haven&#039;t actually implemented it in the gem. I&#039;m behind on the methods because I&#039;m swamped right now.</description>
		<content:encoded><![CDATA[<p>@RMB &#8211; There is a method in the api. I haven&#8217;t actually implemented it in the gem. I&#8217;m behind on the methods because I&#8217;m swamped right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RMB</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-87573</link>
		<dc:creator>RMB</dc:creator>
		<pubDate>Sat, 28 Jul 2007 04:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-87573</guid>
		<description>Great gem, so far so good!  I can retreive direct messages which is what my app needs to do, though there doesn&#039;t appear to be a gem method for destroying direct_messages on twitter once I&#039;ve stored them application side.  

That would be a nice enhancement.  If I&#039;m missing something, or if you have an alternate way of doing it outside the gem, please let me know.  I tried doing it with Net::HTTP.get but i got a response saying that i couldn&#039;t be authenticated.  Any help here destroying private messages would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Great gem, so far so good!  I can retreive direct messages which is what my app needs to do, though there doesn&#8217;t appear to be a gem method for destroying direct_messages on twitter once I&#8217;ve stored them application side.  </p>
<p>That would be a nice enhancement.  If I&#8217;m missing something, or if you have an alternate way of doing it outside the gem, please let me know.  I tried doing it with Net::HTTP.get but i got a response saying that i couldn&#8217;t be authenticated.  Any help here destroying private messages would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaerast</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-77287</link>
		<dc:creator>kaerast</dc:creator>
		<pubDate>Mon, 28 May 2007 14:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-77287</guid>
		<description>It&#039;s not doing any error handling what so ever, meaning the frequent downtimes of the Twitter servers cause horrible error messages.

Also, I needed to gem install activesupport, you should have activesupport listed as a requirement in your gem.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not doing any error handling what so ever, meaning the frequent downtimes of the Twitter servers cause horrible error messages.</p>
<p>Also, I needed to gem install activesupport, you should have activesupport listed as a requirement in your gem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-75715</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 19 May 2007 02:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-75715</guid>
		<description>I posted this on the Google group, but might as well mention it here:  You don&#039;t have to downgrade to an earlier (non-broken) hpricot.  Just change line 12 in status.rb in the twitter gem to use: get_elements_by_tag_name(&#039;text&#039;) instead of at(&#039;text&#039;) and it will work.

s.text       =
(xml).get_elements_by_tag_name(&#039;text&#039;).innerHTML 

You&#039;ll have to do a similar change in direct_message.rb on line 13 or so (except there it&#039;s d.text = ...).

Hope this helps.</description>
		<content:encoded><![CDATA[<p>I posted this on the Google group, but might as well mention it here:  You don&#8217;t have to downgrade to an earlier (non-broken) hpricot.  Just change line 12 in status.rb in the twitter gem to use: get_elements_by_tag_name(&#8216;text&#8217;) instead of at(&#8216;text&#8217;) and it will work.</p>
<p>s.text       =<br />
(xml).get_elements_by_tag_name(&#8216;text&#8217;).innerHTML </p>
<p>You&#8217;ll have to do a similar change in direct_message.rb on line 13 or so (except there it&#8217;s d.text = &#8230;).</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Nunemaker</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-74349</link>
		<dc:creator>John Nunemaker</dc:creator>
		<pubDate>Thu, 10 May 2007 14:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-74349</guid>
		<description>@spp - The ruby twitter gem is a pure ruby interface. The command line client is just a bonus written on top of it.</description>
		<content:encoded><![CDATA[<p>@spp &#8211; The ruby twitter gem is a pure ruby interface. The command line client is just a bonus written on top of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spp</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-73873</link>
		<dc:creator>spp</dc:creator>
		<pubDate>Mon, 07 May 2007 16:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-73873</guid>
		<description>There is also a Twitter4R which provides a Pure Ruby interface to Twitter instead of just command-line.

See http://twitter4r.rubyforge.org for details.</description>
		<content:encoded><![CDATA[<p>There is also a Twitter4R which provides a Pure Ruby interface to Twitter instead of just command-line.</p>
<p>See <a href="http://twitter4r.rubyforge.org" rel="nofollow">http://twitter4r.rubyforge.org</a> for details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-68311</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 04 Apr 2007 10:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-68311</guid>
		<description>Hi, thanks for a great gem. 
Thanks to it, it took me half an hour to create a (Windows only) &lt;a href=&quot;http://alexbrie.net/dev/ruby/1511/twitterym-tiny-ruby-yahoo-messenger-status-twitter-updater/&quot; rel=&quot;nofollow&quot;&gt; Yahoo Messenger Twitter updater&lt;/a&gt;


Hope people will find it useful as well. Feedback is welcome!</description>
		<content:encoded><![CDATA[<p>Hi, thanks for a great gem.<br />
Thanks to it, it took me half an hour to create a (Windows only) <a href="http://alexbrie.net/dev/ruby/1511/twitterym-tiny-ruby-yahoo-messenger-status-twitter-updater/" rel="nofollow"> Yahoo Messenger Twitter updater</a></p>
<p>Hope people will find it useful as well. Feedback is welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; TwitterYM - tiny ruby Yahoo Messenger status Twitter updater [alex brie . net]</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-68310</link>
		<dc:creator>&#187; TwitterYM - tiny ruby Yahoo Messenger status Twitter updater [alex brie . net]</dc:creator>
		<pubDate>Wed, 04 Apr 2007 10:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-68310</guid>
		<description>[...] # to make it work: # 1. install ruby on your machine; # 2. install the gems specified here http://addictedtonew.com/archives/187/ruby-twitter-gem/ : # gem install hpricot --source http://code.whytheluckystiff.net -v 0.4.86 # gem install twitter # 3. change the line s = Twitter::Base.new(&#039;my_email&#039;, &#039;my_password&#039;).timeline(:user)[0] # by entering your login credentials for the twitter account # 4. start yahoo messenger # 5. run the script [...]</description>
		<content:encoded><![CDATA[<p>[...] # to make it work: # 1. install ruby on your machine; # 2. install the gems specified here <a href="http://addictedtonew.com/archives/187/ruby-twitter-gem/" rel="nofollow">http://addictedtonew.com/archives/187/ruby-twitter-gem/</a> : # gem install hpricot &#8211;source <a href="http://code.whytheluckystiff.net" rel="nofollow">http://code.whytheluckystiff.net</a> -v 0.4.86 # gem install twitter # 3. change the line s = Twitter::Base.new(&#8216;my_email&#8217;, &#8216;my_password&#8217;).timeline(:user)[0] # by entering your login credentials for the twitter account # 4. start yahoo messenger # 5. run the script [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Nunemaker</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-67699</link>
		<dc:creator>John Nunemaker</dc:creator>
		<pubDate>Fri, 30 Mar 2007 04:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-67699</guid>
		<description>I&#039;ll fix it this weekend. I&#039;m 99% sure it&#039;s the relative_created_at field being removed. I just need to update the gem. I noticed it today as well.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll fix it this weekend. I&#8217;m 99% sure it&#8217;s the relative_created_at field being removed. I just need to update the gem. I noticed it today as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://addictedtonew.com/archives/187/ruby-twitter-gem/comment-page-1/#comment-67682</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 29 Mar 2007 21:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://addictedtonew.com/archives/187/ruby-twitter-gem/#comment-67682</guid>
		<description>Same here and it was working for a day or so, then it puked.  It suggested the following:

&quot;Most likely: The twitter gem requires hpricot version &gt;= 0.4.59. Check to make sure that you have at least that version installed.&quot;

It posts successfully, though it claims it didn&#039;t.  Nothing else works.  Its seems to have failed in stages...first went the &#039;friends&#039; command, then the &#039;post&#039; command.  Its all going to hell in a hand-basket I say!  lol

I too am willing to test things as needed...</description>
		<content:encoded><![CDATA[<p>Same here and it was working for a day or so, then it puked.  It suggested the following:</p>
<p>&#8220;Most likely: The twitter gem requires hpricot version &gt;= 0.4.59. Check to make sure that you have at least that version installed.&#8221;</p>
<p>It posts successfully, though it claims it didn&#8217;t.  Nothing else works.  Its seems to have failed in stages&#8230;first went the &#8216;friends&#8217; command, then the &#8216;post&#8217; command.  Its all going to hell in a hand-basket I say!  lol</p>
<p>I too am willing to test things as needed&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

