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 (
commit af84b45451d464e432829a63bd6700494fb63558
tree 009d2d4364cf219f6ecb849ff7cab05178f635df
parent 2645d078137b98e9c3900191132383a88c8e4905
tree 009d2d4364cf219f6ecb849ff7cab05178f635df
parent 2645d078137b98e9c3900191132383a88c8e4905
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Mar 24 17:30:21 -0700 2009 | |
| |
CHANGES | Wed Jun 24 20:20:01 -0700 2009 | |
| |
LICENSE | Thu Aug 14 16:58:59 -0700 2008 | |
| |
README | Wed Jun 24 20:20:01 -0700 2009 | |
| |
twitter.lib.php | Wed Jun 24 20:20:01 -0700 2009 |
README
twitterlibphp - Twitter/PHP interface http://jdp.github.com/twitterlibphp This is a simple interface to the Twitter API. I've tried to keep as close as possible to the real API calls (some had to be changed due to ambiguity), but all of the arguments are as they are in the official docs. For documentation, go to: http://jdp.github.com/twitterlibphp/doc http://apiwiki.twitter.com Usage: $twitter = new Twitter("username", "password"); $public_timeline = $twitter->getPublicTimeline(); When you go through the docs, a lot of methods just take an $options array and a $format parameter. The $options array allows you to pass API arguments just like you would if you were calling it from pure HTTP. For example: $twitter->getMentions(array('page'=>2), 'json') is mapped to... http://twitter.com/statuses/mentions.json?page=2 Justin Poliey <jdp34@njit.edu> http://justinpoliey.com







