Uses of Interface
twitter4j.http.OAuthSupport

Packages that use OAuthSupport
twitter4j   
twitter4j.http   
 

Uses of OAuthSupport in twitter4j
 

Classes in twitter4j that implement OAuthSupport
 class AsyncTwitter
          Twitter API with a series of asynchronous APIs.
With this class, you can call TwitterAPI asynchronously.
Note that currently this class is NOT compatible with Google App Engine as it is maintaining threads internally.
Currently this class is not carefully designed to be extended.
 class Twitter
          A java representation of the Twitter API
This class is thread safe and can be cached/re-used and used concurrently.
Currently this class is not carefully designed to be extended.
 class TwitterStream
          A java representation of the Streaming API: Methods
Note that this class is NOT compatible with Google App Engine as GAE is not capable of handling requests longer than 30 seconds.
 

Uses of OAuthSupport in twitter4j.http
 

Classes in twitter4j.http that implement OAuthSupport
 class OAuthAuthorization
           
 



Copyright © 2011. All Rights Reserved.