Posted By: S. Potter
Date: 2007-07-26 04:56
Summary: Twitter4R 0.2.4
Project: Twitter4R
Twitter4R the most complete open source Ruby library for the Twitter REST API now supports easy Rails integration.
Simply add the following code to the bottom of your config/environment.rb:
gem('twitter4r', '>=0.2.4')
require('twitter')
require('twitter/rails')
And code away! |
|