A B C D E F G H I J L M N O P R S T U V W

A

add(Twitter.User) - Method in class winterwell.jtwitter.TwitterList
Add a user to the list.
askUser(String) - Static method in class winterwell.jtwitter.OAuthScribeClient
Opens a popup dialog asking the user to enter the verification code.
askUser(String) - Static method in class winterwell.jtwitter.OAuthSignpostClient
Convenience method for desktop apps only - does not work in Android
authorizeDesktop() - Method in class winterwell.jtwitter.OAuthScribeClient
Redirect the user's browser to Twitter's authorise page.
authorizeDesktop() - Method in class winterwell.jtwitter.OAuthSignpostClient
Redirect the user's browser to Twitter's authorise page.
authorizeUrl() - Method in class winterwell.jtwitter.OAuthScribeClient
 
authorizeUrl() - Method in class winterwell.jtwitter.OAuthSignpostClient
 

B

befriend(String) - Method in class winterwell.jtwitter.Twitter
Deprecated. Use Twitter.follow(String) instead, which is equivalent.
breakFriendship(String) - Method in class winterwell.jtwitter.Twitter
Deprecated. Please use Twitter.stopFollowing(String) instead.
bulkShow(List<String>) - Method in class winterwell.jtwitter.Twitter
Lookup user info.
bulkShowById(List<Long>) - Method in class winterwell.jtwitter.Twitter
Lookup user info.

C

canAuthenticate() - Method in class winterwell.jtwitter.OAuthScribeClient
 
canAuthenticate() - Method in class winterwell.jtwitter.OAuthSignpostClient
 
canAuthenticate() - Method in interface winterwell.jtwitter.Twitter.IHttpClient
Whether this client is setup to do authentication when contacting the Twitter server.
canAuthenticate() - Method in class winterwell.jtwitter.URLConnectionHttpClient
 
close(Closeable) - Static method in class winterwell.jtwitter.URLConnectionHttpClient
Close a reader/writer/stream, ignoring any exceptions that result.
COLOR_BG - Static variable in class winterwell.jtwitter.TwitterAccount
 
COLOR_LINK - Static variable in class winterwell.jtwitter.TwitterAccount
 
COLOR_SIDEBAR_BORDER - Static variable in class winterwell.jtwitter.TwitterAccount
 
COLOR_SIDEBAR_FILL - Static variable in class winterwell.jtwitter.TwitterAccount
 
COLOR_TEXT - Static variable in class winterwell.jtwitter.TwitterAccount
 
createdAt - Variable in class winterwell.jtwitter.Twitter.Status
 
createdAt - Variable in class winterwell.jtwitter.Twitter.User
 

D

delete() - Method in class winterwell.jtwitter.TwitterList
Delete this list!
description - Variable in class winterwell.jtwitter.Twitter.User
 
destroy(Twitter.ITweet) - Method in class winterwell.jtwitter.Twitter
Deletes the given Status or Message.
destroyStatus(long) - Method in class winterwell.jtwitter.Twitter
Deletes the status specified by the required ID parameter.
destroyStatus(Twitter.Status) - Method in class winterwell.jtwitter.Twitter
Deprecated. in favour of Twitter.destroy(ITweet). This method will be removed by the end of 2010.
displayVersion() - Method in class winterwell.jtwitter.Twitter.TweetEntity
 

E

end - Variable in class winterwell.jtwitter.Twitter.TweetEntity
 
equals(Object) - Method in class winterwell.jtwitter.Twitter.Status
Tests by class=Status and tweet id number
equals(Object) - Method in class winterwell.jtwitter.Twitter.User
 

F

favoritesCount - Variable in class winterwell.jtwitter.Twitter.User
 
follow(String) - Method in class winterwell.jtwitter.Twitter
Start following a user.
follow(Twitter.User) - Method in class winterwell.jtwitter.Twitter
Convenience for Twitter.follow(String)
followersCount - Variable in class winterwell.jtwitter.Twitter.User
 
following - Variable in class winterwell.jtwitter.Twitter.User
Is this person following you?
followRequestSent - Variable in class winterwell.jtwitter.Twitter.User
True if the user you are authenticating as has requested to follow this user.
friendsCount - Variable in class winterwell.jtwitter.Twitter.User
number of people this user is following

G

get(int) - Method in class winterwell.jtwitter.TwitterList
 
getAccessToken() - Method in class winterwell.jtwitter.OAuthScribeClient
 
getAccessToken() - Method in class winterwell.jtwitter.OAuthSignpostClient
 
getAdditionalInfo() - Method in exception winterwell.jtwitter.TwitterException
 
getCreatedAt() - Method in interface winterwell.jtwitter.Twitter.ITweet
 
getCreatedAt() - Method in class winterwell.jtwitter.Twitter.Message
 
getCreatedAt() - Method in class winterwell.jtwitter.Twitter.Status
 
getCreatedAt() - Method in class winterwell.jtwitter.Twitter.User
 
getDate(int, String, int) - Static method in class winterwell.jtwitter.Twitter
Convenience method for making Dates.
getDescription() - Method in class winterwell.jtwitter.Twitter.User
 
getDescription() - Method in class winterwell.jtwitter.TwitterList
 
getDirectMessages() - Method in class winterwell.jtwitter.Twitter
Returns a list of the direct messages sent to the authenticating user.
getDirectMessagesSent() - Method in class winterwell.jtwitter.Twitter
Returns a list of the direct messages sent *by* the authenticating user.
getFavorites() - Method in class winterwell.jtwitter.Twitter
The most recent 20 favourite tweets.
getFavorites(String) - Method in class winterwell.jtwitter.Twitter
The most recent 20 favourite tweets for the given user.
getFavoritesCount() - Method in class winterwell.jtwitter.Twitter.User
Number of statuses a user has marked as favorite.
Warning: can be zero if Twitter did not supply the info (e.g.
getFeatured() - Method in class winterwell.jtwitter.Twitter
Returns a list of the users currently featured on the site with their current statuses inline.
getFollowerIDs() - Method in class winterwell.jtwitter.Twitter
Returns the IDs of the authenticating user's followers.
getFollowerIDs(String) - Method in class winterwell.jtwitter.Twitter
Returns the IDs of the specified user's followers.
getFollowers() - Method in class winterwell.jtwitter.Twitter
Returns the authenticating user's (latest) followers, each with current status inline.
getFollowers(String) - Method in class winterwell.jtwitter.Twitter
Returns the (latest 100) given user's followers, each with current status inline.
getFollowersCount() - Method in class winterwell.jtwitter.Twitter.User
 
getFriendIDs() - Method in class winterwell.jtwitter.Twitter
Returns the IDs of the authenticating user's friends.
getFriendIDs(String) - Method in class winterwell.jtwitter.Twitter
Returns the IDs of the specified user's friends.
getFriends() - Method in class winterwell.jtwitter.Twitter
Returns the authenticating user's (latest 100) friends, each with current status inline.
getFriends(String) - Method in class winterwell.jtwitter.Twitter
Returns the (latest 100) given user's friends, each with current status inline.
getFriendsCount() - Method in class winterwell.jtwitter.Twitter.User
 
getFriendsTimeline() - Method in class winterwell.jtwitter.Twitter
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends.
getHomeTimeline() - Method in class winterwell.jtwitter.Twitter
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends, including retweets.
getHttpClient() - Method in class winterwell.jtwitter.Twitter
Provides access to the Twitter.IHttpClient which manages the low-level authentication, posts and gets.
getId() - Method in interface winterwell.jtwitter.Twitter.ITweet
 
getId() - Method in class winterwell.jtwitter.Twitter.Message
 
getId() - Method in class winterwell.jtwitter.Twitter.Status
 
getId() - Method in class winterwell.jtwitter.Twitter.User
 
getInfochimpTrustRank(Twitter.User, String) - Method in class winterwell.jtwitter.ThirdParty
 
getLists() - Method in class winterwell.jtwitter.Twitter
 
getLists(String) - Method in class winterwell.jtwitter.Twitter
 
getLocation() - Method in class winterwell.jtwitter.Twitter.User
 
getLongStatus(Twitter.Status) - Method in class winterwell.jtwitter.Twitter
 
getMaxResults() - Method in class winterwell.jtwitter.Twitter
Provides support for fetching many pages.
getMentions() - Method in class winterwell.jtwitter.Twitter.Status
 
getName() - Method in class winterwell.jtwitter.Twitter.User
The display name, e.g.
getName() - Method in class winterwell.jtwitter.TwitterList
 
getOriginal() - Method in class winterwell.jtwitter.Twitter.Status
Only set for official new-style retweets.
getPage(String, Map<String, String>, boolean) - Method in class winterwell.jtwitter.OAuthScribeClient
 
getPage(String, Map<String, String>, boolean) - Method in interface winterwell.jtwitter.Twitter.IHttpClient
Send an HTTP GET request and return the response body.
getPage(String, Map<String, String>, boolean) - Method in class winterwell.jtwitter.URLConnectionHttpClient
 
getProfileBackgroundColor() - Method in class winterwell.jtwitter.Twitter.User
 
getProfileBackgroundImageUrl() - Method in class winterwell.jtwitter.Twitter.User
 
getProfileImageUrl() - Method in class winterwell.jtwitter.Twitter.User
 
getProfileLinkColor() - Method in class winterwell.jtwitter.Twitter.User
 
getProfileSidebarBorderColor() - Method in class winterwell.jtwitter.Twitter.User
 
getProfileSidebarFillColor() - Method in class winterwell.jtwitter.Twitter.User
 
getProfileTextColor() - Method in class winterwell.jtwitter.Twitter.User
 
getProtectedUser() - Method in class winterwell.jtwitter.Twitter.User
 
getPublicTimeline() - Method in class winterwell.jtwitter.Twitter
Returns the 20 most recent statuses from non-protected users who have set a custom user icon.
getRateLimitStatus() - Method in class winterwell.jtwitter.Twitter
 
getRecipient() - Method in class winterwell.jtwitter.Twitter.Message
 
getReplies() - Method in class winterwell.jtwitter.Twitter
Returns the 20 most recent replies/mentions (status updates with
getRequestToken() - Method in class winterwell.jtwitter.OAuthScribeClient
 
getRetweeters(Twitter.Status) - Method in class winterwell.jtwitter.Twitter
Show users who (new-style) retweeted the given tweet.
getRetweets(Twitter.Status) - Method in class winterwell.jtwitter.Twitter
 
getRetweetsByMe() - Method in class winterwell.jtwitter.Twitter
 
getRetweetsOfMe() - Method in class winterwell.jtwitter.Twitter
 
getScreenName() - Method in class winterwell.jtwitter.Twitter
 
getScreenName() - Method in class winterwell.jtwitter.Twitter.User
The login name, e.g.
getSender() - Method in class winterwell.jtwitter.Twitter.Message
 
getStatus() - Method in class winterwell.jtwitter.Twitter
 
getStatus(long) - Method in class winterwell.jtwitter.Twitter
Returns a single status, specified by the id parameter below.
getStatus(String) - Method in class winterwell.jtwitter.Twitter
 
getStatus() - Method in class winterwell.jtwitter.Twitter.User
The user's current status - *if* returned by Twitter.
getStatuses() - Method in class winterwell.jtwitter.TwitterList
Returns a list of statuses from this list.
getStatusesCount() - Method in class winterwell.jtwitter.Twitter.User
 
getSubscriberCount() - Method in class winterwell.jtwitter.TwitterList
 
getSubscribers() - Method in class winterwell.jtwitter.TwitterList
 
getText() - Method in interface winterwell.jtwitter.Twitter.ITweet
The actual status text.
getText() - Method in class winterwell.jtwitter.Twitter.Message
 
getText() - Method in class winterwell.jtwitter.Twitter.Status
The actual status text.
getTimezone() - Method in class winterwell.jtwitter.Twitter.User
String version of the timezone
getTimezoneOffSet() - Method in class winterwell.jtwitter.Twitter.User
Number of seconds between a user's registered time zone and Greenwich Mean Time (GMT) - aka Coordinated Universal Time or UTC.
getTrends() - Method in class winterwell.jtwitter.Twitter
 
getTweetEntities(Twitter.KEntityType) - Method in class winterwell.jtwitter.Twitter.Status
Experimental: Twitter have announced they plan to wrap all urls with their own url-shortener (as a defence against malicious tweets).
getUntilDate() - Method in class winterwell.jtwitter.Twitter
TODO document this please - DBW
getUser(String, List<Twitter.User>) - Static method in class winterwell.jtwitter.Twitter
Convenience method: Finds a user with the given screen-name from the list.
getUser(String) - Method in class winterwell.jtwitter.Twitter
Synonym for Twitter.show(String).
getUser(long) - Method in class winterwell.jtwitter.Twitter
Synonym for Twitter.show(long).
getUser() - Method in interface winterwell.jtwitter.Twitter.ITweet
The User who made the tweet
getUser() - Method in class winterwell.jtwitter.Twitter.Message
This is equivalent to Twitter.Message.getSender()
getUser() - Method in class winterwell.jtwitter.Twitter.Status
 
getUserTimeline() - Method in class winterwell.jtwitter.Twitter
Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user.
getUserTimeline(String) - Method in class winterwell.jtwitter.Twitter
Returns the most recent statuses posted in the last 24 hours from the given user.
getUserTimelineWithRetweets(String) - Method in class winterwell.jtwitter.Twitter
Returns the most recent statuses posted in the last 24 hours from the given user.
getWebsite() - Method in class winterwell.jtwitter.Twitter.User
 

H

hashCode() - Method in class winterwell.jtwitter.Twitter.Status
 
hashCode() - Method in class winterwell.jtwitter.Twitter.User
 

I

id - Variable in class winterwell.jtwitter.Twitter.Status
 
id - Variable in class winterwell.jtwitter.Twitter.User
 
inReplyToMessageId - Variable in class winterwell.jtwitter.Twitter.Message
Equivalent to Twitter.Status.inReplyToStatusId *but null by default*.
inReplyToStatusId - Variable in class winterwell.jtwitter.Twitter.Status
Often null (even when this Status is a reply).
isDummyObject() - Method in class winterwell.jtwitter.Twitter.User
 
isFavorite() - Method in class winterwell.jtwitter.Twitter.Status
true if this has been marked as a favourite by the authenticating user
isFollower(String) - Method in class winterwell.jtwitter.Twitter
Is the authenticating user followed by userB?
isFollower(String, String) - Method in class winterwell.jtwitter.Twitter
 
isFollowing(String) - Method in class winterwell.jtwitter.Twitter
Does the authenticating user follow userB?
isFollowing(Twitter.User) - Method in class winterwell.jtwitter.Twitter
Convenience for Twitter.isFollowing(String)
isFollowing() - Method in class winterwell.jtwitter.Twitter.User
Is this person following you?
isNotifications() - Method in class winterwell.jtwitter.Twitter.User
 
isPrivate() - Method in class winterwell.jtwitter.TwitterList
 
isProfileBackgroundTile() - Method in class winterwell.jtwitter.Twitter.User
 
isProtectedUser() - Method in class winterwell.jtwitter.Twitter.User
true if this user keeps their updates private
isTwitlongerSetup() - Method in class winterwell.jtwitter.Twitter
 
isValidLogin() - Method in class winterwell.jtwitter.Twitter
Are the login details used for authentication valid?
isVerified() - Method in class winterwell.jtwitter.Twitter.User
 

J

jsonGet(String, JSONObject) - Static method in class winterwell.jtwitter.Twitter
Helper method to deal with JSON-in-Java weirdness
JTWITTER_OAUTH_KEY - Static variable in class winterwell.jtwitter.OAuthScribeClient
This consumer key (and secret) allows you to get up and running fast.
JTWITTER_OAUTH_KEY - Static variable in class winterwell.jtwitter.OAuthSignpostClient
This consumer key (and secret) allows you to get up and running fast.
JTWITTER_OAUTH_SECRET - Static variable in class winterwell.jtwitter.OAuthScribeClient
For use with OAuthScribeClient.JTWITTER_OAUTH_KEY
JTWITTER_OAUTH_SECRET - Static variable in class winterwell.jtwitter.OAuthSignpostClient
For use with OAuthSignpostClient.JTWITTER_OAUTH_KEY

L

leaveNotifications(String) - Method in class winterwell.jtwitter.Twitter
Switches off notifications for updates from the specified user who must already be a friend.
listedCount - Variable in class winterwell.jtwitter.Twitter.User
The number of public lists a user is listed in.
location - Variable in class winterwell.jtwitter.Twitter.User
 

M

main(String[]) - Static method in class winterwell.jtwitter.Twitter
 

N

name - Variable in class winterwell.jtwitter.Twitter.User
The display name, e.g.
name - Variable in class winterwell.jtwitter.URLConnectionHttpClient
 
notifications - Variable in class winterwell.jtwitter.Twitter.User
 
notify(String) - Method in class winterwell.jtwitter.Twitter
Enables notifications for updates from the specified user who must already be a friend.

O

OAuthScribeClient - Class in winterwell.jtwitter
OAuth based login using Scribe (http://github.com/fernandezpablo85/scribe).
OAuthScribeClient(String, String, String) - Constructor for class winterwell.jtwitter.OAuthScribeClient
 
OAuthScribeClient(String, String, Token) - Constructor for class winterwell.jtwitter.OAuthScribeClient
Use this if you already have an accessToken for the user.
OAuthSignpostClient - Class in winterwell.jtwitter
OAuth based login using Signpost (http://code.google.com/p/oauth-signpost/).
OAuthSignpostClient(String, String, String) - Constructor for class winterwell.jtwitter.OAuthSignpostClient
 
OAuthSignpostClient(String, String, String, String) - Constructor for class winterwell.jtwitter.OAuthSignpostClient
Use this if you already have an accessToken for the user.

P

post(String, Map<String, String>, boolean) - Method in class winterwell.jtwitter.OAuthScribeClient
 
post(String, Map<String, String>, boolean) - Method in class winterwell.jtwitter.OAuthSignpostClient
 
post(String, Map<String, String>, boolean) - Method in interface winterwell.jtwitter.Twitter.IHttpClient
Send an HTTP POST request and return the response body.
post(String, Map<String, String>, boolean) - Method in class winterwell.jtwitter.URLConnectionHttpClient
 
post2_getPayload(Map<String, String>) - Method in class winterwell.jtwitter.URLConnectionHttpClient
 
process(List<Twitter.Status>) - Method in interface winterwell.jtwitter.Twitter.ICallback
 
profileBackgroundColor - Variable in class winterwell.jtwitter.Twitter.User
 
profileBackgroundImageUrl - Variable in class winterwell.jtwitter.Twitter.User
 
profileBackgroundTile - Variable in class winterwell.jtwitter.Twitter.User
 
profileImageUrl - Variable in class winterwell.jtwitter.Twitter.User
The url for the user's Twitter profile picture.
profileLinkColor - Variable in class winterwell.jtwitter.Twitter.User
 
profileSidebarBorderColor - Variable in class winterwell.jtwitter.Twitter.User
 
profileSidebarFillColor - Variable in class winterwell.jtwitter.Twitter.User
 
profileTextColor - Variable in class winterwell.jtwitter.Twitter.User
 
protectedUser - Variable in class winterwell.jtwitter.Twitter.User
true if this user keeps their updates private

R

remove(Object) - Method in class winterwell.jtwitter.TwitterList
Remove a user from the list.
retweet(Twitter.Status) - Method in class winterwell.jtwitter.Twitter
Retweet (new-style) a tweet without any edits.
retweetCount - Variable in class winterwell.jtwitter.Twitter.Status
Represents the number of times a status has been retweeted using _new-style_ retweets.

S

screenName - Variable in class winterwell.jtwitter.Twitter.User
The login name, e.g.
search(String, Twitter.ICallback, int) - Method in class winterwell.jtwitter.Twitter
Perform a search of Twitter.
search(String) - Method in class winterwell.jtwitter.Twitter
Perform a search of Twitter.
searchUsers(String) - Method in class winterwell.jtwitter.Twitter
Warning: there is a bug within twitter.com which means that location-based searches are treated as OR.
sendMessage(String, String) - Method in class winterwell.jtwitter.Twitter
Sends a new direct message to the specified user from the authenticating user.
setAdditionalInfo(String) - Method in exception winterwell.jtwitter.TwitterException
 
setAPIRootUrl(String) - Method in class winterwell.jtwitter.Twitter
Set this to access sites other than Twitter that support the Twitter API.
setAuthentication(URLConnection, String, String) - Method in class winterwell.jtwitter.OAuthSignpostClient
 
setAuthentication(URLConnection, String, String) - Method in class winterwell.jtwitter.URLConnectionHttpClient
Set a header for basic authentication login.
setAuthorizationCode(String) - Method in class winterwell.jtwitter.OAuthScribeClient
Set the authorisation code (aka the verifier).
setAuthorizationCode(String) - Method in class winterwell.jtwitter.OAuthSignpostClient
Set the authorisation code (aka the verifier).
setCount(Integer) - Method in class winterwell.jtwitter.Twitter
*Some* methods - the timeline ones for example - allow a count of number-of-tweets to return.
setFavorite(Twitter.Status, boolean) - Method in class winterwell.jtwitter.Twitter
 
setIncludeTweetEntities(boolean) - Method in class winterwell.jtwitter.Twitter
 
setLanguage(String) - Method in class winterwell.jtwitter.Twitter
Set a language filter for search results.
setMaxResults(int) - Method in class winterwell.jtwitter.Twitter
 
setMyLocation(double[]) - Method in class winterwell.jtwitter.Twitter
Set the location for your tweets.
Warning: geo-tagging parameters are ignored if geo_enabled for the user is false (this is the default setting for all users unless the user has enabled geolocation in their settings)!
setName(String) - Method in class winterwell.jtwitter.OAuthSignpostClient
Unlike the base class URLConnectionHttpClient, this does not set name by default.
setPageNumber(Integer) - Method in class winterwell.jtwitter.Twitter
 
setProfileColors(Map<String, String>) - Method in class winterwell.jtwitter.TwitterAccount
Set the authenticating user's colors.
setRetryOnError(boolean) - Method in class winterwell.jtwitter.OAuthScribeClient
False by default.
setRetryOnError(boolean) - Method in class winterwell.jtwitter.URLConnectionHttpClient
False by default.
setSearchLocation(double, double, String) - Method in class winterwell.jtwitter.Twitter
Restricts Twitter.search(String) to tweets by users located within a given radius of the given latitude/longitude.
setSinceDate(Date) - Method in class winterwell.jtwitter.Twitter
Date based filter on statuses and messages.
setSinceId(Long) - Method in class winterwell.jtwitter.Twitter
Narrows the returned results to just those statuses created after the specified status id.
setSource(String) - Method in class winterwell.jtwitter.Twitter
Set the source application.
setStatus(String) - Method in class winterwell.jtwitter.Twitter
Sets the authenticating user's status.
setTimeout(int) - Method in class winterwell.jtwitter.OAuthScribeClient
Deprecated. 
setTimeout(int) - Method in interface winterwell.jtwitter.Twitter.IHttpClient
Set the timeout for a single get/post request.
setTimeout(int) - Method in class winterwell.jtwitter.URLConnectionHttpClient
 
setUntilDate(Date) - Method in class winterwell.jtwitter.Twitter
 
setupTwitlonger(String, String) - Method in class winterwell.jtwitter.Twitter
Set this to allow the use of twitlonger via Twitter.updateLongStatus(String, long).
show(String) - Method in class winterwell.jtwitter.Twitter
Returns information of a given user, specified by screen name.
show(long) - Method in class winterwell.jtwitter.Twitter
Returns information of a given user, specified by user-id.
size() - Method in class winterwell.jtwitter.TwitterList
 
source - Variable in class winterwell.jtwitter.Twitter.Status
E.g.
splitMessage(String) - Method in class winterwell.jtwitter.Twitter
Split a long message up into shorter chunks suitable for use with Twitter.setStatus(String) or Twitter.sendMessage(String, String).
start - Variable in class winterwell.jtwitter.Twitter.TweetEntity
 
status - Variable in class winterwell.jtwitter.Twitter.User
The user's current status - *if* returned by Twitter.
statusesCount - Variable in class winterwell.jtwitter.Twitter.User
 
stopFollowing(String) - Method in class winterwell.jtwitter.Twitter
Destroy: Discontinues friendship with the user specified in the ID parameter as the authenticating user.
stopFollowing(Twitter.User) - Method in class winterwell.jtwitter.Twitter
Convenience for Twitter.stopFollowing(String)

T

text - Variable in class winterwell.jtwitter.Twitter.Status
The actual status text.
ThirdParty - Class in winterwell.jtwitter
Status: experimental! Access to 3rd party services: - Infochimp Trust Rank scores - Twitlonger: Actually, this is done via Twitter.updateLongStatus(String, long) Note: These services typically require their own api-keys and may have there own terms and conditions of use.
ThirdParty(Twitter.IHttpClient) - Constructor for class winterwell.jtwitter.ThirdParty
 
timeout - Variable in class winterwell.jtwitter.URLConnectionHttpClient
 
timezone - Variable in class winterwell.jtwitter.Twitter.User
 
timezoneOffSet - Variable in class winterwell.jtwitter.Twitter.User
Number of seconds between a user's registered time zone and Greenwich Mean Time (GMT) - aka Coordinated Universal Time or UTC.
toString() - Method in class winterwell.jtwitter.Twitter.Message
 
toString() - Method in class winterwell.jtwitter.Twitter.Status
 
toString() - Method in class winterwell.jtwitter.Twitter.TweetEntity
 
toString() - Method in class winterwell.jtwitter.Twitter.User
Returns the User's screenName (i.e.
toString() - Method in class winterwell.jtwitter.TwitterList
 
toString() - Method in class winterwell.jtwitter.URLConnectionHttpClient
 
toString(InputStream) - Static method in class winterwell.jtwitter.URLConnectionHttpClient
Use a bufferred reader (preferably UTF-8) to extract the contents of the given stream.
Twitter - Class in winterwell.jtwitter
Java wrapper for the Twitter API version "1.7.3"
Twitter() - Constructor for class winterwell.jtwitter.Twitter
Create a Twitter client without specifying a user.
Twitter(String, Twitter.IHttpClient) - Constructor for class winterwell.jtwitter.Twitter
Java wrapper for the Twitter API.
Twitter(String, String) - Constructor for class winterwell.jtwitter.Twitter
Deprecated. 
Twitter.ICallback - Interface in winterwell.jtwitter
Use to register per-page callbacks for long-running searches.
Twitter.IHttpClient - Interface in winterwell.jtwitter
Interface for an http client - e.g.
Twitter.ITweet - Interface in winterwell.jtwitter
This gives common access to features that are common to both Twitter.Messages and Twitter.Statuses.
Twitter.KEntityType - Enum in winterwell.jtwitter
 
Twitter.Message - Class in winterwell.jtwitter
A Twitter direct message.
Twitter.Status - Class in winterwell.jtwitter
A Twitter status post.
Twitter.Status(Twitter.User, String, long, Date) - Constructor for class winterwell.jtwitter.Twitter.Status
Deprecated. 
Twitter.TweetEntity - Class in winterwell.jtwitter
TODO A special slice of text within a tweet.
Twitter.User - Class in winterwell.jtwitter
A Twitter user.
Twitter.User(String) - Constructor for class winterwell.jtwitter.Twitter.User
Create a dummy User object.
TwitterAccount - Class in winterwell.jtwitter
Status: sketch!
TwitterAccount(Twitter) - Constructor for class winterwell.jtwitter.TwitterAccount
 
TwitterException - Exception in winterwell.jtwitter
A runtime exception for when Twitter requests don't work.
TwitterException(String) - Constructor for exception winterwell.jtwitter.TwitterException
 
TwitterException(String, String) - Constructor for exception winterwell.jtwitter.TwitterException
 
TwitterException.BadParameter - Exception in winterwell.jtwitter
Exception thrown when Twitter doesn't like a parameter.
TwitterException.BadParameter(String) - Constructor for exception winterwell.jtwitter.TwitterException.BadParameter
 
TwitterException.E401 - Exception in winterwell.jtwitter
An unauthorised exception.
TwitterException.E401(String) - Constructor for exception winterwell.jtwitter.TwitterException.E401
 
TwitterException.E403 - Exception in winterwell.jtwitter
A Forbidden exception.
TwitterException.E403(String) - Constructor for exception winterwell.jtwitter.TwitterException.E403
 
TwitterException.E404 - Exception in winterwell.jtwitter
Indicates a 404: resource does not exist error from Twitter.
TwitterException.E404(String) - Constructor for exception winterwell.jtwitter.TwitterException.E404
 
TwitterException.E50X - Exception in winterwell.jtwitter
A code 50X error (e.g.
TwitterException.E50X(String) - Constructor for exception winterwell.jtwitter.TwitterException.E50X
 
TwitterException.Parsing - Exception in winterwell.jtwitter
Problems reading the JSON returned by Twitter.
TwitterException.RateLimit - Exception in winterwell.jtwitter
Indicates a rate limit error (i.e.
TwitterException.RateLimit(String) - Constructor for exception winterwell.jtwitter.TwitterException.RateLimit
 
TwitterException.Repetition - Exception in winterwell.jtwitter
Subclass of 403 thrown when you try to do something twice, like post the same status.
TwitterException.Repetition(String) - Constructor for exception winterwell.jtwitter.TwitterException.Repetition
 
TwitterException.SuspendedUser - Exception in winterwell.jtwitter
Exception thrown when trying to query a suspended account.
TwitterException.SuspendedUser(String) - Constructor for exception winterwell.jtwitter.TwitterException.SuspendedUser
 
TwitterException.Timeout - Exception in winterwell.jtwitter
A timeout exception - probably caused by Twitter being overloaded.
TwitterException.Timeout(String) - Constructor for exception winterwell.jtwitter.TwitterException.Timeout
 
TwitterException.TwitLongerException - Exception in winterwell.jtwitter
Exception thrown if something goes wrong with twilonger.com integration for long tweets.
TwitterException.TwitLongerException(String, String) - Constructor for exception winterwell.jtwitter.TwitterException.TwitLongerException
 
TwitterException.Unexplained - Exception in winterwell.jtwitter
Something has gone wrong.
TwitterException.Unexplained(String) - Constructor for exception winterwell.jtwitter.TwitterException.Unexplained
 
TwitterList - Class in winterwell.jtwitter
A Twitter list, which uses lazy-fetching of its members and other details.
TwitterList(String, String, Twitter) - Constructor for class winterwell.jtwitter.TwitterList
A lazy-loading list viewer.
TwitterList(String, Twitter, boolean, String) - Constructor for class winterwell.jtwitter.TwitterList
CREATE a brand new Twitter list.
type - Variable in class winterwell.jtwitter.Twitter.TweetEntity
 

U

updateLongStatus(String, long) - Method in class winterwell.jtwitter.Twitter
Use twitlonger.com to post a lengthy tweet.
updateStatus(String) - Method in class winterwell.jtwitter.Twitter
Updates the authenticating user's status.
updateStatus(String, long) - Method in class winterwell.jtwitter.Twitter
Updates the authenticating user's status and marks it as a reply to the tweet with the given ID.
URLConnectionHttpClient - Class in winterwell.jtwitter
A simple http client that uses the built in URLConnection class.
URLConnectionHttpClient(String, String) - Constructor for class winterwell.jtwitter.URLConnectionHttpClient
 
URLConnectionHttpClient() - Constructor for class winterwell.jtwitter.URLConnectionHttpClient
 
user - Variable in class winterwell.jtwitter.Twitter.Status
Rarely null.
userExists(String) - Method in class winterwell.jtwitter.Twitter
Does a user with the specified name or id exist?

V

valueOf(String) - Static method in enum winterwell.jtwitter.Twitter.KEntityType
Returns the enum constant of this type with the specified name.
values() - Static method in enum winterwell.jtwitter.Twitter.KEntityType
Returns an array containing the constants of this enum type, in the order they are declared.
verified - Variable in class winterwell.jtwitter.Twitter.User
 
verifyCredentials() - Method in class winterwell.jtwitter.TwitterAccount
Test the login credentials, and get some user info.
version - Static variable in class winterwell.jtwitter.Twitter
JTwitter version

W

website - Variable in class winterwell.jtwitter.Twitter.User
 
winterwell.jtwitter - package winterwell.jtwitter
 

A B C D E F G H I J L M N O P R S T U V W