<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-25066620.post7250742506761078582..comments</id><updated>2009-04-21T14:50:26.119-05:00</updated><title type='text'>Comments on Ruby, Javascript, Erlang blog: Snakes, Gems &amp;amp; Coffee: Twitter4R v0.2.0: Messaging API</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://geek.susanpotter.net/feeds/7250742506761078582/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html'/><author><name>S. Potter</name><uri>http://www.blogger.com/profile/17341145424164713662</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-25066620.post-5524691782481478963</id><published>2009-04-21T14:50:26.119-05:00</published><updated>2009-04-21T14:50:26.119-05:00</updated><title type='text'>@McSvenster This is a known issue with Twitter4R v...</title><content type='html'>@McSvenster This is a known issue with Twitter4R v0.3.0 from Rubyforge.  There are two solutions (one is really just a workaround):&lt;br /&gt;1. (The Workaround) Before doing require("twitter"), please add require("time").&lt;br /&gt;2. (The Preferred Solution) Install the GitHub development 0.3.1 version which has many new features.  Follow instructions below:&lt;br /&gt;http://wiki.github.com/mbbx6spp/twitter4r/howto-install-github-development-releases&lt;br /&gt;&lt;br /&gt;HTH,&lt;br /&gt;Susan&lt;br /&gt;PS Please post future questions to the Google Group: twitter4r-users.  Thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/5524691782481478963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/5524691782481478963'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1240343426119#c5524691782481478963' title=''/><author><name>S. Potter</name><uri>http://www.blogger.com/profile/17341145424164713662</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10967243213996769910'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-25066620.post-4905955258184791968</id><published>2009-04-21T10:42:00.000-05:00</published><updated>2009-04-21T10:42:00.000-05:00</updated><title type='text'>Thank You Susan, for this work! I'm just a Ruby be...</title><content type='html'>Thank You Susan, for this work! I'm just a Ruby beginner and alway searching for new ways to learn about it. That's when I found Your twitter gem.&lt;br /&gt;I have a problem I cannot solve: when I try to send or reveive messagesI get the following error:&lt;br /&gt;&lt;br /&gt;NoMethodError: undefined method `parse' for Time:Class&lt;br /&gt;&lt;br /&gt;Twitter seems to get the request and to answer.&lt;br /&gt;&lt;br /&gt;Do You hav a hint for me?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/4905955258184791968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/4905955258184791968'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1240328520000#c4905955258184791968' title=''/><author><name>McSvenster</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-25066620.post-5332221536205752958</id><published>2009-03-05T04:53:27.092-06:00</published><updated>2009-03-05T04:53:27.092-06:00</updated><title type='text'>@CoolBox: yes, I think you are right - it is anoth...</title><content type='html'>@CoolBox: yes, I think you are right - it is another gem interfering.  When I first started Twitter4R the twitter gem was just a class called Twitter or TwitterClient or something (I forget).  To namespace my work in my new gem (since the twitter gem was not very reusable at the time and only useful for CLI purposes) I created a module called Twitter to put my crap inside:)  Since then the twitter gem has followed suit.&lt;BR/&gt;&lt;BR/&gt;The way to fix this would be remove the twitter gem (sudo gem uninstall twitter) or your might be able to get around it if you specify the following at the top of your file:&lt;BR/&gt;gem(&amp;#39;twitter4r&amp;#39;, &amp;#39;&amp;gt;=0.3.0&amp;#39;) # or whatever version you want to mandate&lt;BR/&gt;require(&amp;#39;twitter&amp;#39;)&lt;BR/&gt;&lt;BR/&gt;I am not sure about the latter workaround, but it might work.&lt;BR/&gt;&lt;BR/&gt;Thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/5332221536205752958'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/5332221536205752958'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1236250407092#c5332221536205752958' title=''/><author><name>S. Potter</name><uri>http://www.blogger.com/profile/17341145424164713662</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10967243213996769910'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-25066620.post-7742428926309276669</id><published>2009-03-05T03:22:00.000-06:00</published><updated>2009-03-05T03:22:00.000-06:00</updated><title type='text'>Hey. Just found your gem and i have been playing a...</title><content type='html'>Hey. Just found your gem and i have been playing around with it in my Console checking the functionality and everything. &lt;BR/&gt;&lt;BR/&gt;I have come across something though which is really confusing me. The gem works fine and brilliantly on my iMac at work but for some reason i keep getting the following error on my MacBook:&lt;BR/&gt;&lt;BR/&gt;ArgumentError: wrong number of arguments (1 for 0)&lt;BR/&gt; from (irb):3:in `initialize&amp;#39;&lt;BR/&gt; from (irb):3:in `new&amp;#39;&lt;BR/&gt; from (irb):3&lt;BR/&gt;&lt;BR/&gt;The code i am using is: &lt;BR/&gt;&lt;BR/&gt;require &amp;#39;twitter&amp;#39;&lt;BR/&gt;require &amp;#39;twitter/console&amp;#39;&lt;BR/&gt;client = Twitter::Client.new(:login =&amp;gt; &amp;quot;mylogin&amp;quot;, :password =&amp;gt; &amp;quot;mypassword&amp;quot;)&lt;BR/&gt;&lt;BR/&gt;...it is then at this point that i get the error. As i say though i have played around with this in my Console on my iMac and it works fine!&lt;BR/&gt;&lt;BR/&gt;The only think i can think is that their might be some other gem or something conflicting with it, im not sure. Do you have any clues what this might be?&lt;BR/&gt;&lt;BR/&gt;Thanks again. :-)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/7742428926309276669'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/7742428926309276669'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1236244920000#c7742428926309276669' title=''/><author><name>CoolBox</name><uri>http://www.blogger.com/profile/07666133516940952556</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-25066620.post-2199795951195997554</id><published>2008-01-12T13:46:26.441-06:00</published><updated>2008-01-12T13:46:26.441-06:00</updated><title type='text'>I totally forgot to respond to this over my Christ...</title><content type='html'>I totally forgot to respond to this over my Christmas vacation.&lt;BR/&gt;&lt;BR/&gt;# in environment.rb&lt;BR/&gt;gem 'twitter4r', '&gt;=0.3.0'&lt;BR/&gt;require 'twitter'&lt;BR/&gt;&lt;BR/&gt;# in your controller action method&lt;BR/&gt;client = Twitter::Client.new(:login =&gt; 'anupks', :password =&gt; 'anup1234')&lt;BR/&gt;@messages = client.messages(:received)&lt;BR/&gt;&lt;BR/&gt;I couln't reproduce any error at all using the code above.  Can you make sure you have the code as described above?&lt;BR/&gt;&lt;BR/&gt;I am using Twitter4R version 0.3.0 installed as a RubyGem locally.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/2199795951195997554'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/2199795951195997554'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1200167186441#c2199795951195997554' title=''/><author><name>S. Potter</name><uri>http://www.blogger.com/profile/17341145424164713662</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10967243213996769910'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-25066620.post-7705283636042304057</id><published>2007-12-26T09:43:40.640-06:00</published><updated>2007-12-26T09:43:40.640-06:00</updated><title type='text'>@palash basu: actually this is a *different* error...</title><content type='html'>@palash basu: actually this is a *different* error.  Which is good!&lt;BR/&gt;&lt;BR/&gt;So it looks like the original problem was resolved and it was the older gem causing the problem.&lt;BR/&gt;&lt;BR/&gt;I'll be look into this when I have my development laptop on, as my parent's desktop doesn't have Ruby installed:(</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/7705283636042304057'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/7705283636042304057'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1198683820640#c7705283636042304057' title=''/><author><name>S. Potter</name><uri>http://www.blogger.com/profile/17341145424164713662</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10967243213996769910'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-25066620.post-404867613281808397</id><published>2007-12-26T07:15:00.000-06:00</published><updated>2007-12-26T07:15:00.000-06:00</updated><title type='text'>Hi PotterThanks for your suggestion, but boss ther...</title><content type='html'>Hi Potter&lt;BR/&gt;&lt;BR/&gt;Thanks for your suggestion, but boss there is some other error coming&lt;BR/&gt;&lt;BR/&gt;I am uninstall the older gem, an installing the newer by running the following command&lt;BR/&gt;&lt;BR/&gt;$ sudo gem uninstall twitter&lt;BR/&gt;&lt;BR/&gt;Again wite thetwo line code in environment.rb&lt;BR/&gt;&lt;BR/&gt;gem 'twitter4r', '&gt;=0.3.0'&lt;BR/&gt;require 'twitter'&lt;BR/&gt;&lt;BR/&gt;but still i am getting the following error&lt;BR/&gt;  ArgumentError in HomeController#show_twitter&lt;BR/&gt;&lt;BR/&gt;wrong number of arguments (1 for 0)&lt;BR/&gt;&lt;BR/&gt;RAILS_ROOT: ./script/../config/..&lt;BR/&gt;Application Trace | Framework Trace | Full Trace&lt;BR/&gt;&lt;BR/&gt;c:/ruby/lib/ruby/gems/1.8/gems/twitter4r-0.3.0/lib/twitter/console.rb:24:in `initialize'&lt;BR/&gt;c:/ruby/lib/ruby/gems/1.8/gems/twitter4r-0.3.0/lib/twitter/console.rb:24:in `new'&lt;BR/&gt;c:/ruby/lib/ruby/gems/1.8/gems/twitter4r-0.3.0/lib/twitter/console.rb:24:in `from_config'&lt;BR/&gt;E:/ruzuku_v1/app/controllers/home_controller.rb:209:in `show_twitter'&lt;BR/&gt;-e:4:in `load'&lt;BR/&gt;-e:4&lt;BR/&gt;&lt;BR/&gt;Please help</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/404867613281808397'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/404867613281808397'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1198674900000#c404867613281808397' title=''/><author><name>palash basu</name><uri>http://www.blogger.com/profile/10086331574998612216</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-25066620.post-9136770964525856358</id><published>2007-12-25T08:42:35.355-06:00</published><updated>2007-12-25T08:42:35.355-06:00</updated><title type='text'>@palash basu: There are two possible issues going ...</title><content type='html'>@palash basu: There are two possible issues going on:&lt;BR/&gt;&lt;BR/&gt;1. You might have the older less functional Twitter Gem installed, so when you do write the following:&lt;BR/&gt;  require 'twitter'&lt;BR/&gt;&lt;BR/&gt;It will load the older Twitter Gem Ruby code instead of the Twitter4R code.  The work around for this currently is to remove the older Twitter Gem from your gem repository:&lt;BR/&gt;  $ sudo gem uninstall twitter&lt;BR/&gt;&lt;BR/&gt;2. Another possibility is that you do not have the initialization code in the environment.rb or another Ruby file that gets loaded before the HomeController.  If the following code isn't already *in* the config/environment.rb, please add it to the bottom:&lt;BR/&gt;  gem 'twitter4r', '&gt;=0.3.0'&lt;BR/&gt;  require 'twitter'&lt;BR/&gt;&lt;BR/&gt;You should not need to use the &lt;B&gt;"require 'rubygems'"&lt;/B&gt; line in environment.rb as Rails already loads it.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/9136770964525856358'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/9136770964525856358'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1198593755355#c9136770964525856358' title=''/><author><name>S. Potter</name><uri>http://www.blogger.com/profile/17341145424164713662</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10967243213996769910'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-25066620.post-7556880152707338939</id><published>2007-12-25T02:41:00.000-06:00</published><updated>2007-12-25T02:41:00.000-06:00</updated><title type='text'>i am using the following coderequire 'rubygems'gem...</title><content type='html'>i am using the following code&lt;BR/&gt;&lt;BR/&gt;require 'rubygems'&lt;BR/&gt;gem 'twitter4r', '&gt;=0.3.0'&lt;BR/&gt;require 'twitter'&lt;BR/&gt;&lt;BR/&gt;client = Twitter::Client.new(:login =&gt; 'anupks', :password =&gt; 'anup1234')&lt;BR/&gt;@messages = client.messages(:received)&lt;BR/&gt;&lt;BR/&gt;getting the follwing error&lt;BR/&gt;uninitialized constant Twitter::Client&lt;BR/&gt;&lt;BR/&gt;RAILS_ROOT: ./script/../config/..&lt;BR/&gt;Application Trace | Framework Trace | Full Trace&lt;BR/&gt;&lt;BR/&gt;c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:263:in `load_missing_constant'&lt;BR/&gt;c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:452:in `const_missing'&lt;BR/&gt;E:/ruzuku_v1/app/controllers/home_controller.rb:200:in `show_twitter'&lt;BR/&gt;-e:4:in `load'&lt;BR/&gt;-e:4&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;can tou help me out</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/7556880152707338939'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/7556880152707338939'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1198572060000#c7556880152707338939' title=''/><author><name>palash basu</name><uri>http://www.blogger.com/profile/10086331574998612216</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-25066620.post-2799642968069265600</id><published>2007-10-10T08:52:57.179-05:00</published><updated>2007-10-10T08:52:57.179-05:00</updated><title type='text'>@palash: it would help if you showed the code that...</title><content type='html'>@palash: it would help if you showed the code that exists in the controller this is coming from.  The first thing to check is that the configuration file you are loading in the *from_config* actually exists and the correct path has been specified for it.&lt;BR/&gt;&lt;BR/&gt;Without the calling code in the controller, I am unable to say any more.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/2799642968069265600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/2799642968069265600'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1192024377179#c2799642968069265600' title=''/><author><name>S. Potter</name><uri>http://www.blogger.com/profile/17341145424164713662</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10967243213996769910'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-25066620.post-1591297326055816314</id><published>2007-10-10T05:58:00.000-05:00</published><updated>2007-10-10T05:58:00.000-05:00</updated><title type='text'>no npw the folowin error is comingwrong number of ...</title><content type='html'>no npw the folowin error is coming&lt;BR/&gt;&lt;BR/&gt;wrong number of arguments (1 for 0)&lt;BR/&gt;&lt;BR/&gt;RAILS_ROOT: ./script/../config/..&lt;BR/&gt;Application Trace | Framework Trace | Full Trace&lt;BR/&gt;&lt;BR/&gt;c:/ruby/lib/ruby/gems/1.8/gems/twitter4r-0.2.5/lib/twitter/console.rb:24:in `initialize'&lt;BR/&gt;c:/ruby/lib/ruby/gems/1.8/gems/twitter4r-0.2.5/lib/twitter/console.rb:24:in `new'&lt;BR/&gt;c:/ruby/lib/ruby/gems/1.8/gems/twitter4r-0.2.5/lib/twitter/console.rb:24:in `from_config'&lt;BR/&gt;#{RAILS_ROOT}/app/controllers/home_controller.rb:13:in `send_pm'&lt;BR/&gt;-e:4:in `load'&lt;BR/&gt;-e:4</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/1591297326055816314'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/1591297326055816314'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1192013880000#c1591297326055816314' title=''/><author><name>palash basu</name><uri>http://www.blogger.com/profile/10086331574998612216</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-25066620.post-3997212240312259427</id><published>2007-07-20T14:09:09.496-05:00</published><updated>2007-07-20T14:09:09.496-05:00</updated><title type='text'>Let me know if the problem persists though.</title><content type='html'>Let me know if the problem persists though.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/3997212240312259427'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/3997212240312259427'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1184958549496#c3997212240312259427' title=''/><author><name>S. Potter</name><uri>http://www.blogger.com/profile/17341145424164713662</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10967243213996769910'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-25066620.post-3945085734110212514</id><published>2007-07-20T14:08:27.136-05:00</published><updated>2007-07-20T14:08:27.136-05:00</updated><title type='text'>Having said that, I am now able to run the Twitter...</title><content type='html'>Having said that, I am now able to run the Twitter4R sanity test that I usually only run right before doing a release.&lt;BR/&gt;&lt;BR/&gt;My direct messaging code looks like:&lt;BR/&gt;&lt;BR/&gt;require('twitter')&lt;BR/&gt;require('twitter/console')&lt;BR/&gt;&lt;BR/&gt;version = Twitter::Version.to_version&lt;BR/&gt;puts "Sanity testing #{version}"&lt;BR/&gt;config_file = File.join(File.dirname(__FILE__), '..', 'config', 'twitter.yml')&lt;BR/&gt;twitter = Twitter::Client.from_config(config_file)&lt;BR/&gt;&lt;BR/&gt;text = 'This is a test direct message for sanity test script purposes'&lt;BR/&gt;message = twitter.message(:post, text, 'mbbx6spp')&lt;BR/&gt;&lt;BR/&gt;There were no external API changes between 0.2.0 and 0.2.2 except adding attributes, which would not have caused a 404 HTTP error from twitter.com server as your script seemed to have created.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/3945085734110212514'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/3945085734110212514'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1184958507136#c3945085734110212514' title=''/><author><name>S. Potter</name><uri>http://www.blogger.com/profile/17341145424164713662</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10967243213996769910'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-25066620.post-7298081034950801646</id><published>2007-07-20T14:03:26.839-05:00</published><updated>2007-07-20T14:03:26.839-05:00</updated><title type='text'>It looks like the Twitter.com website is being upg...</title><content type='html'>It looks like the Twitter.com website is being upgraded right now.  When surfing to the website it gives me the message:&lt;BR/&gt;&lt;BR/&gt;"Hey! We're letting loose a new feature or tweaking the existing ones! One second and you'll be back to your regularly scheduled Twitterin'."</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/7298081034950801646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/7298081034950801646'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1184958206839#c7298081034950801646' title=''/><author><name>S. Potter</name><uri>http://www.blogger.com/profile/17341145424164713662</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10967243213996769910'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-25066620.post-4537206146433380921</id><published>2007-07-20T12:48:00.000-05:00</published><updated>2007-07-20T12:48:00.000-05:00</updated><title type='text'>For some reason I haven't yet been able to do anyt...</title><content type='html'>For some reason I haven't yet been able to do anything with twitter4r 0.2.2:&lt;BR/&gt;&lt;BR/&gt;ceefour@ojalanow:/media/prestige/home/ceefour/bin$ pm ahhhhh......&lt;BR/&gt;/usr/lib/ruby/gems/1.8/gems/twitter4r-0.2.2/lib/twitter/client/base.rb:34:in `raise_rest_error': Not Found (Twitter::RESTError)&lt;BR/&gt;        from /usr/lib/ruby/gems/1.8/gems/twitter4r-0.2.2/lib/twitter/client/base.rb:39:in `handle_rest_response'&lt;BR/&gt;        from /usr/lib/ruby/gems/1.8/gems/twitter4r-0.2.2/lib/twitter/client/base.rb:13:in `http_connect'&lt;BR/&gt;        from /usr/lib/ruby/1.8/net/http.rb:543:in `start'&lt;BR/&gt;        from /usr/lib/ruby/gems/1.8/gems/twitter4r-0.2.2/lib/twitter/client/base.rb:9:in `http_connect'&lt;BR/&gt;        from /usr/lib/ruby/gems/1.8/gems/twitter4r-0.2.2/lib/twitter/client/messaging.rb:67:in `message'&lt;BR/&gt;        from /home/ceefour/bin/pm:7&lt;BR/&gt;ceefour@ojalanow:/media/prestige/home/ceefour/bin$ vim pm&lt;BR/&gt;ceefour@ojalanow:/media/prestige/home/ceefour/bin$ pm ahhhhh......&lt;BR/&gt;/usr/lib/ruby/gems/1.8/gems/twitter4r-0.2.2/lib/twitter/model.rb:86:in `to_s': undefined method `respond_to' for #&lt; Twitter::Message:0xb78fde70 &gt;  (NoMethodError)&lt;BR/&gt;        from /home/ceefour/bin/pm:8:in `puts'&lt;BR/&gt;        from /home/ceefour/bin/pm:8&lt;BR/&gt;&lt;BR/&gt;My code is simply the same as here but with my login (email) &amp; password.&lt;BR/&gt;&lt;BR/&gt;weird. :-(</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/4537206146433380921'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/25066620/7250742506761078582/comments/default/4537206146433380921'/><link rel='alternate' type='text/html' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html?showComment=1184953680000#c4537206146433380921' title=''/><author><name>Hendy</name><uri>http://www.blogger.com/profile/06090262953224426246</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://geek.susanpotter.net/2007/07/twitter4r-v020-messaging-api.html' ref='tag:blogger.com,1999:blog-25066620.post-7250742506761078582' source='http://www.blogger.com/feeds/25066620/posts/default/7250742506761078582' type='text/html'/></entry></feed>