Package org.springframework.social.twitter

TwitterTemplate and supporting classes

See:
          Description

Interface Summary
TwitterOperations Interface specifying a basic set of operations for interacting with Twitter.
 

Class Summary
SearchResults Represents the results of a Twitter search, including matching Tweets and any metadata associated with that search.
Tweet Represents a Twitter status update (e.g., a "tweet").
TwitterErrorHandler Subclass of DefaultResponseErrorHandler that allows some client and server exceptions to flow through RestTemplate as non-errors.
TwitterResponseStatusCodeTranslator Implementation of ResponseStatusCodeTranslator that reads a Twitter error response and translates it into a specific subclass of SocialException.
TwitterTemplate This is the central class for interacting with Twitter.
 

Exception Summary
DuplicateTweetException Exception thrown when a duplicate tweet is posted.
 

Package org.springframework.social.twitter Description

TwitterTemplate and supporting classes