public
Description: Twitter API Library for CodeIgniter
Homepage: http://simonmaddox.com
Clone URL: git://github.com/simonmaddox/codeigniter-twitter.git
name age message
file README.markdown Thu Mar 26 04:14:06 -0700 2009 Added "Thanks" to README [simonmaddox]
file Twitter.php Wed Jun 10 00:25:45 -0700 2009 If cURL is not installed the library will retur... [philsturgeon]
README.markdown

CodeIgniter-Twitter

CodeIgniter-Twitter is a CodeIgniter library which assists in the development of applications using the Twitter API.

Also: This library isn't CodeIgniter specific. It has been tested in Kohana and as a normal PHP class.

Usage

$this->load->library('twitter');
$this->twitter->auth('someuser','somepass');
$this->twitter->update('My awesome tweet!');

You must call the auth() method before doing anything else in the class.

Future

Anything else?

Extra

If you'd like to request changes, report bug fixes, or contact the developer of this library, email simon@simonmaddox.com

Thanks

Noah Stokes Phil Sturgeon - http://philsturgeon.co.uk