| Apache ESME > Index > API > TwitterAPI |
All methods are available in both XML and JSON formats. All methods use a GET request, unless explicitly specified below.
Returns all messages from conversations the user was engaged in.
This method also accepts a user name or id:
statuses/user_timeline/name.jsonstatuses/user_timeline/id.xml
This method only accepts a user name or id:
statuses/show/name.jsonstatuses/show/id.xml
POST
This method also accepts a user name or id:
statuses/friends/name.jsonstatuses/friends/id.xml
This method also accepts a user name or id:
statuses/followers/name.jsonstatuses/followers/id.xml
Dummy method, returns empty collection. Included for compatibility with Twitter clients who request this method upon startup and fail if it returns an error.
This method only accepts a user name or id:
users/show/name.jsonusers/show/id.xml
This method only accepts a user name or id:
friendships/create/name.jsonfriendships/create/id.xml
POST
This method only accepts a user name or id:
friendships/destroy/name.jsonfriendships/destroy/id.xml
POST
Returns basic user information if the credentials are correct.
POST
You can find more about Twitter's own API at http://apiwiki.twitter.com/REST+API+Documentation.
You can configure the prefix for the Twitter-compatible API via the twitter.prefix property. The default value is twitter, if you want no prefix, use an empty string like this:
twitter.prefix=
For more information about configuring properties in Lift, check here.