Installation

There is no configuration for php-twitter. Simply include it in your document and instantiate an instance of the Twitter class:

1
2
3
username = 'myusername';
$t->password = 'mypassword';
?>