Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Poliey committed Jan 7, 2009
1 parent d1e828a commit 190577c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README
Expand Up @@ -17,6 +17,9 @@ For documentation, check the project wiki:
Usage:
$twitter = new Twitter("username", "password");
$public_timeline_xml = $twitter->getPublicTimeline("xml");

Constructor:
__constructor($username, $password [, $source])

Methods:
getPublicTimeline($format [, $since_id])
Expand Down Expand Up @@ -53,4 +56,4 @@ Methods:
test($format)
downtimeSchedule($format)
lastStatusCode()
lastAPICall()
lastAPICall()

0 comments on commit 190577c

Please sign in to comment.