We Recommend

Beginning Ruby: From Novice to Professional Beginning Ruby: From Novice to Professional
Beginning Ruby is a thoroughly contemporary guide for every type of reader wanting to learn Ruby, from novice programmers to web developers to Ruby newcomers. It starts by explaining the principles behind object-oriented programming and within a few chapters builds toward creating a genuine Ruby application.


Posted By

felipec on 04/15/07


Tagged

web20 twitter


Versions (?)


Ruby Twitter sample


Published in: Ruby 


Sample snip for my twitter wrapper.

  1. require 'twitter'
  2.  
  3. def test_twitter(username, password)
  4. conn = Twitter::Connection.new(username, password)
  5. conn.status.update("Is happy to see beautiful Ruby code :)")
  6. end

Report this snippet 

Comments

RSS Icon Subscribe to comments
Posted By: mbbx6spp on July 10, 2007

Twitter4R v0.2.0 has 100% Twitter REST API coverage already. Check out the following links for more information:

Project Website: http://twitter4r.rubyforge.org

Twitter4R v0.2.0 Release: http://snakesgemscoffee.blogspot.com/2007/07/twitter4r-020-release.html

Twitter4R v0.2.0 RDoc: http://twitter4r.rubyforge.org/releases/v0.2.0/rdoc/

You need to login to post a comment.