| Enum and Description | 
|---|
| winterwell.jtwitter.Twitter.KRequestType Replaced in 1.1 with a more flexible family of resources.
 
 Kept here for backwards compatibility only.
 Will be removed: June 2013! | 
| Field and Description | 
|---|
| winterwell.jtwitter.OAuthSignpostClient.JTWITTER_OAUTH_KEY Please register an app with Twitter and use your own key!
  This consumer key (and secret) allows you to get up and running fast. However you are strongly advised to register your own app at http://dev.twitter.com Then use your own key and secret. This will be less confusing for users, and it protects you incase the JTwitter key gets changed. | 
| winterwell.jtwitter.TwitterException.SuspendedUser.suspendedCaller Use  TwitterException.SuspendedProfileinstead
 If true, it was the calling user (ie you) who is suspended.
 If false, it was *probably* the target user who is suspended. | 
| winterwell.jtwitter.Twitter.WORRIED_ABOUT_TWITTER Not used at present
 Set to true to perform extra error-handling & correction. | 
| Constructor and Description | 
|---|
| winterwell.jtwitter.Status(User, String, Number, Date) | 
| winterwell.jtwitter.Twitter() ALL twitter.com endpoints now require authentication.
 This method is kept for use with other services (e.g. identi.ca). 
  Create a Twitter client without specifying a user. | 
| winterwell.jtwitter.Twitter(String, String) | 
| winterwell.jtwitter.TwitterList(String, String, Twitter) Due to the potential for confusion with
              TwitterList.TwitterList(String, Twitter, boolean, String)UseTwitterList.get(String, String, Twitter)instead. |