Deprecated API


Contents
Deprecated Classes
twitter4j.Annotation
          Annotations is not available for now. Annotations - Twitter Development Talk | Google Groups 
twitter4j.Annotations
          Annotations is not available for now. Annotations - Twitter Development Talk | Google Groups 
 

Deprecated Fields
twitter4j.TwitterMethod.FOLLOWERS_STATUSES
          use TwitterMethod.FOLLOWERS_IDS and TwitterMethod.LOOKUP_USERS instead 
twitter4j.TwitterMethod.FRIENDS_STATUSES
          use TwitterMethod.FRIENDS_IDS and TwitterMethod.LOOKUP_USERS instead 
twitter4j.TwitterMethod.FRIENDS_TIMELINE
          use TwitterMethod.HOME_TIMELINE instead 
twitter4j.TwitterListener.FRIENDS_TIMELINE
          use TwitterListener.HOME_TIMELINE instead 
 

Deprecated Methods
twitter4j.api.ListMembersMethodsAsync.checkUserListMembership(String, int, long)
          use ListMembersMethodsAsync.showUserListMembership(int, long) instead 
twitter4j.api.ListMembersMethods.checkUserListMembership(String, int, long)
          use ListMembersMethods.showUserListMembership(int, long) instead 
twitter4j.api.ListSubscribersMethodsAsync.checkUserListSubscription(String, int, long)
          use ListSubscribersMethodsAsync.showUserListSubscription(int, long) instead 
twitter4j.api.ListSubscribersMethods.checkUserListSubscription(String, int, long)
          use ListSubscribersMethods.showUserListSubscription(int, long) instead 
twitter4j.Status.getAnnotations()
          Annotations is not available for now. Annotations - Twitter Development Talk | Google Groups 
twitter4j.api.UserMethodsAsync.getFollowersStatuses(long)
          use FriendsFollowersMethodsAsync.getFollowersIDs(long) and UserMethodsAsync.lookupUsers(long[]) instead 
twitter4j.api.UserMethods.getFollowersStatuses(long)
          use FriendsFollowersMethods.getFollowersIDs(long) and UserMethods.lookupUsers(long[]) instead 
twitter4j.api.UserMethodsAsync.getFollowersStatuses(long, long)
          use FriendsFollowersMethodsAsync.getFollowersIDs(long, long) and UserMethodsAsync.lookupUsers(long[]) instead 
twitter4j.api.UserMethods.getFollowersStatuses(long, long)
          use FriendsFollowersMethods.getFollowersIDs(long, long) and UserMethods.lookupUsers(long[]) instead 
twitter4j.api.UserMethodsAsync.getFollowersStatuses(String, long)
          use FriendsFollowersMethodsAsync.getFollowersIDs(String, long) and UserMethodsAsync.lookupUsers(long[]) instead 
twitter4j.api.UserMethods.getFollowersStatuses(String, long)
          use FriendsFollowersMethods.getFollowersIDs(String, long) and UserMethods.lookupUsers(long[]) instead 
twitter4j.api.UserMethodsAsync.getFriendsStatuses(long)
          use FriendsFollowersMethodsAsync.getFriendsIDs(long) and UserMethodsAsync.lookupUsers(long[]) instead 
twitter4j.api.UserMethods.getFriendsStatuses(long)
          use FriendsFollowersMethods.getFriendsIDs(long) and UserMethods.lookupUsers(long[]) instead 
twitter4j.api.UserMethodsAsync.getFriendsStatuses(long, long)
          use FriendsFollowersMethodsAsync.getFriendsIDs(long, long) and UserMethodsAsync.lookupUsers(long[]) instead 
twitter4j.api.UserMethods.getFriendsStatuses(long, long)
          use FriendsFollowersMethods.getFriendsIDs(long, long) and UserMethods.lookupUsers(long[]) instead 
twitter4j.api.UserMethodsAsync.getFriendsStatuses(String, long)
          use FriendsFollowersMethodsAsync.getFriendsIDs(String, long) and UserMethodsAsync.lookupUsers(long[]) instead 
twitter4j.api.UserMethods.getFriendsStatuses(String, long)
          use FriendsFollowersMethods.getFriendsIDs(String, long) and UserMethods.lookupUsers(long[]) instead 
twitter4j.api.TimelineMethodsAsync.getFriendsTimeline()
          use TimelineMethodsAsync.getHomeTimeline() instead 
twitter4j.api.TimelineMethods.getFriendsTimeline()
          use TimelineMethods.getHomeTimeline() instead 
twitter4j.api.TimelineMethodsAsync.getFriendsTimeline(Paging)
          use TimelineMethodsAsync.getHomeTimeline(Paging) instead 
twitter4j.api.TimelineMethods.getFriendsTimeline(Paging)
          use TimelineMethods.getHomeTimeline(twitter4j.Paging) instead 
twitter4j.api.StatusMethodsAsync.getRetweetedBy(long)
          use StatusMethodsAsync.getRetweetedBy(long, twitter4j.Paging) instead 
twitter4j.api.StatusMethods.getRetweetedBy(long)
          use StatusMethods.getRetweetedBy(long, twitter4j.Paging) instead 
twitter4j.api.StatusMethodsAsync.getRetweetedByIDs(long)
          use StatusMethodsAsync.getRetweetedByIDs(long, twitter4j.Paging) instead 
twitter4j.api.StatusMethods.getRetweetedByIDs(long)
          use StatusMethods.getRetweetedByIDs(long, twitter4j.Paging) instead 
twitter4j.api.ListMembersMethodsAsync.getUserListMembers(long, int, long)
          use ListMembersMethodsAsync.getUserListMembers(int, long) instead 
twitter4j.api.ListMembersMethods.getUserListMembers(long, int, long)
          use ListMembersMethods.getUserListMembers(int, long) instead 
twitter4j.api.ListMembersMethodsAsync.getUserListMembers(String, int, long)
          use ListMembersMethodsAsync.getUserListMembers(int, long) instead 
twitter4j.api.ListMembersMethods.getUserListMembers(String, int, long)
          use ListMembersMethods.getUserListMembers(int, long) instead 
twitter4j.api.ListMethodsAsync.getUserListStatuses(long, int, Paging)
          use ListMethodsAsync.getUserListStatuses(int, twitter4j.Paging) instead 
twitter4j.api.ListMethods.getUserListStatuses(long, int, Paging)
          use ListMethods.getUserListStatuses(int, twitter4j.Paging) instead 
twitter4j.api.ListMethodsAsync.getUserListStatuses(String, int, Paging)
          use ListMethodsAsync.getUserListStatuses(int, twitter4j.Paging) instead 
twitter4j.api.ListMethods.getUserListStatuses(String, int, Paging)
          use ListMethods.getUserListStatuses(int, twitter4j.Paging) instead 
twitter4j.api.ListSubscribersMethodsAsync.getUserListSubscribers(String, int, long)
          use ListSubscribersMethodsAsync.getUserListSubscribers(int, long) instead 
twitter4j.api.ListSubscribersMethods.getUserListSubscribers(String, int, long)
          use ListSubscribersMethods.getUserListSubscribers(int, long) instead 
twitter4j.api.ListMethodsAsync.showUserList(String, int)
          use ListMethodsAsync.showUserList(int) instead 
twitter4j.api.ListMethods.showUserList(String, int)
          use ListMethods.showUserList(int) instead 
twitter4j.api.ListSubscribersMethodsAsync.subscribeUserList(String, int)
          use ListSubscribersMethodsAsync.createUserListSubscription(int) instead 
twitter4j.api.ListSubscribersMethods.subscribeUserList(String, int)
          use ListSubscribersMethods.createUserListSubscription(int) instead 
twitter4j.api.ListSubscribersMethodsAsync.unsubscribeUserList(String, int)
          use ListSubscribersMethodsAsync.destroyUserListSubscription(int) instead 
twitter4j.api.ListSubscribersMethods.unsubscribeUserList(String, int)
          user ListSubscribersMethods.destroyUserListSubscription(int) instead