Changed Classes and Interfaces |
AccountSettings
|
@author Yusuke Yamamoto - yusuke at mac.com
|
Annotation
|
A data class representing an Annotation of a Status or a Tweet
|
Annotations
|
A data class representing the Annotations of a Status or a Tweet
|
AsyncTwitterFactory
|
A factory class for AsyncTwitter.
An instance of this class is completely thread safe and can be re-used and used concurrently.
Note that currently AsyncTwitter is NOT compatible with Google App Engine as it is maintaining threads internally. |
CursorSupport
|
@author Yusuke Yamamoto - yusuke at mac.com |
Friendship
|
@author Yusuke Yamamoto - yusuke at mac.com
|
Place
|
@author Yusuke Yamamoto - yusuke at mac.com
|
Status
|
A data interface representing one single status of a user. |
Trends
|
A data class representing Trends. |
TwitterAdapter
|
A handy adapter of TwitterListener. |
TwitterException
|
An exception class that will be thrown when TwitterAPI calls are failed.
In case the Twitter server returned HTTP error code, you can get the HTTP status code using getStatusCode() method. |
TwitterFactory
|
A factory class for Twitter. |
TwitterListener
|
A listner for receiving asynchronous responses from Twitter Async APIs. |
TwitterMethod
|
@author Yusuke Yamamoto - yusuke at mac.com |
TwitterResponse
|
Super interface of Twitter Response data interfaces which indicates that rate limit status is avaialble. |
TwitterStreamFactory
|
A factory class for TwitterFactory.
An instance of this class is completely thread safe and can be re-used and used concurrently.
Note that TwitterStream is NOT compatible with Google App Engine as GAE is not capable of handling requests longer than 30 seconds. |
User
|
A data interface representing Basic user information element
|