Uses of Class
twitter4j.util.ImageUpload

Packages that use ImageUpload
twitter4j.util   
 

Uses of ImageUpload in twitter4j.util
 

Subclasses of ImageUpload in twitter4j.util
static class ImageUpload.ImgLyOAuthUploader
          Deprecated.  
static class ImageUpload.TweetPhotoOAuthUploader
          Deprecated.  
static class ImageUpload.TwitgooOAuthUploader
          Deprecated.  
 

Methods in twitter4j.util that return ImageUpload
static ImageUpload ImageUpload.getImgLyUploader(OAuthAuthorization auth)
          Deprecated. use twitter4j.media.ImageUploaderFactory#getInstance() instead
static ImageUpload ImageUpload.getTweetPhotoUploader(java.lang.String tweetPhotoAPIKey, OAuthAuthorization auth)
          Deprecated. use twitter4j.media.ImageUploaderFactory#getInstance() instead
static ImageUpload ImageUpload.getTwippleUploader(OAuthAuthorization auth)
          Deprecated. use twitter4j.media.ImageUploaderFactory#getInstance() instead
static ImageUpload ImageUpload.getTwitgooUploader(OAuthAuthorization auth)
          Deprecated. use twitter4j.media.ImageUploaderFactory#getInstance() instead
static ImageUpload ImageUpload.getTwitpicUploader(BasicAuthorization auth)
          Deprecated. use twitter4j.media.ImageUploaderFactory#getInstance() instead
static ImageUpload ImageUpload.getTwitpicUploader(java.lang.String twitpicAPIKey, OAuthAuthorization auth)
          Deprecated. use twitter4j.media.ImageUploaderFactory#getInstance() instead
static ImageUpload ImageUpload.getTwitpicUploader(Twitter twitter)
          Deprecated. use twitter4j.media.ImageUploaderFactory#getInstance() instead
static ImageUpload ImageUpload.getYFrogUploader(BasicAuthorization auth)
          Deprecated. use twitter4j.media.ImageUploaderFactory#getInstance() instead
static ImageUpload ImageUpload.getYFrogUploader(java.lang.String userId, OAuthAuthorization auth)
          Deprecated. use twitter4j.media.ImageUploaderFactory#getInstance() instead
static ImageUpload ImageUpload.getYFrogUploader(Twitter twitter)
          Deprecated. use twitter4j.media.ImageUploaderFactory#getInstance() instead
 



Copyright © 2011. All Rights Reserved.