Published in: Ruby
Sample snip for my twitter wrapper.
require 'twitter' def test_twitter(username, password) conn = Twitter::Connection.new(username, password) conn.status.update("Is happy to see beautiful Ruby code :)") end
Comments
Subscribe to comments
You need to login to post a comment.

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/