Spring Social Twitter

Package org.springframework.social.twitter.api

Spring Social's Service API for Twitter

See:
          Description

Interface Summary
BlockOperations Interface defining the operations for blocking and unblocking users
DirectMessageOperations Interface defining the Twitter operations for working with direct messages.
FriendOperations Interface defining the operations for working with a user's friends and followers.
GeoOperations Interface defining the Twitter operations for working with locations.
ListOperations Interface defining the operations for working with a user's lists.
SearchOperations Interface defining the operations for searching Twitter and retrieving trending data.
TimelineOperations Interface defining the operations for sending and retrieving tweets.
Twitter Interface specifying a basic set of operations for interacting with Twitter.
UserOperations Interface defining the operations for retrieving information about Twitter users.
 

Class Summary
CursoredList<T> List that includes previous and next cursors for paging through items returned from Twitter in cursored pages.
DirectMessage Represents a direct message.
Entities A json representation of entities found within twitter status objects.
GeoCode Represents geo_code parameter used for advanced search
HashTagEntity A representation of tweet hashtags.
MediaEntity A representation of embedded media entity.
MentionEntity A user mention entity.
Place Represents a place that a Twitter user may send a tweet from.
PlacePrototype Represents a new place that could be created.
RateLimitStatus Carries data concerning the rate limit status.
SavedSearch Represents a saved search.
SearchMetadata Represents the metadata associated with a search query for the use of retrieving further results via Twitter's search API
SearchResults Represents the results of a Twitter search, including matching Tweets and any metadata associated with that search.
SimilarPlaces Represents the results of a similar places search.
StatusDetails Carries optional metadata pertaining to a Twitter status update.
SuggestionCategory Represents a suggestion category; a category of users that Twitter may suggest that a user follow.
TickerSymbolEntity A representation of embedded ticker symbol entity.
Trend Represents a single trending topic.
Trends Represents a list of trending topics at a specific point in time.
Tweet Represents a Twitter status update (e.g., a "tweet").
TwitterProfile Model class representing a Twitter user's profile information.
UrlEntity A representation of a URL found within a tweet entity.
UserList Represents a user-defined list.
 

Enum Summary
GeoCode.Unit  
ImageSize Enumeration of image sizes supported by Twitter
PlaceType  
ResourceFamily An enum to facilitate the use of the rate_limit_status endpoint by enumerating all of the resource families that can be searched via the API
 

Exception Summary
InvalidMessageRecipientException Exception thrown when an attempt is made to send a direct message to an invalid recipient; that is, a recipient who is not following the authenticated user.
MessageTooLongException Exception indicating that an attempt was made to post a status or send a direct message where the length exceeds Twitter's 140 character limit.
 

Package org.springframework.social.twitter.api Description

Spring Social's Service API for Twitter


Spring Social Twitter