Next: The future, Previous: Tiny URLs, Up: Top
The package cl-twit
(nickname twit
) exports a lot of
symbols. Here's a brief summary:
*username*
and *password*
are bound to the username and password for the current user.
status-*, user-*, message-*, rate-limit-*
are our object accessors.
twitter-error, twitter-simple-error, http-error, xml-error
are our error conditions.
*default-page-size*
is the number of items to display per page. It can also be NIL
.
*reverse-display-items-p*
, if non-NIL (default T
), reverses the items from the order in which they were received from Twitter, before displaying them. This makes it easier to view the items in “converstation-style”, so that replies show up after the original status.
m-*
functions are the wrappers over actual API calls to twitter. You can directly use these functions if none of the 'convenience' functions provide what you need.