This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Thu Mar 26 04:14:06 -0700 2009 | |
| |
Twitter.php | Wed Jun 10 00:25:45 -0700 2009 |
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







