Generated by
JDiff

Class twitter4j.Twitter

Removed Methods
List<User> getFollowers(Paging) Returns the authenticating user's followers, each with current status inline.
List<User> getFriends(Paging) Returns the specified user's friends, each with current status inline.
 

Added Methods
SavedSearch createSavedSearch(String) Retrieve the data for a saved search owned by the authenticating user specified by the given id.
SavedSearch destroySavedSearch(int) Destroys a saved search for the authenticated user.
List<User> getFollowers(Paging) Returns the authenticating user's followers, each with current status inline.
List<User> getFollowersStatuses() Returns the authenticating user's followers, each with current status inline.
List<User> getFollowersStatuses(String) Returns the authenticating user's followers, each with current status inline.
List<User> getFollowersStatuses(String, Paging) Returns the authenticating user's followers, each with current status inline.
List<User> getFollowersStatuses(Paging) Returns the authenticating user's followers, each with current status inline.
List<User> getFriends(Paging) Returns the specified user's friends, each with current status inline.
List<User> getFriendsStatuses() Returns the specified user's friends, each with current status inline.
List<User> getFriendsStatuses(String) Returns the user's friends, each with current status inline.
List<User> getFriendsStatuses(String, Paging) Returns the user's friends, each with current status inline.
List<User> getFriendsStatuses(Paging) Returns the specified user's friends, each with current status inline.
AccessToken getOAuthAccessToken(String, String, String) Retrieves an access token assosiated with the supplied request token.
AccessToken getOAuthAccessToken(RequestToken, String) Retrieves an access token assosiated with the supplied request token.
RequestToken getOAuthRequestToken(String)  
List<Status> getPublicTimeline(long) Returns only public statuses with an ID greater than (that is, more recent than) the specified ID.
List<SavedSearch> getSavedSearches() Returns the authenticated user's saved search queries.
SavedSearch showSavedSearch(int) Retrieve the data for a saved search owned by the authenticating user specified by the given id.
User showUser(String) Returns extended information of a given user, specified by ID or screen name as per the required id parameter below.
 

Changed Methods
User getUserDetail(String) Now deprecated.
use showUser(id) instead
List<User> getFollowers() Now deprecated.
use getFollowersStatuses() instead
List<User> getFollowers(String) Now deprecated.
use getFollowersStatuses(id) instead
List<User> getFollowers(String, Paging) Now deprecated.
use getFollowersStatuses(id) instead
List<User> getFriends() Now deprecated.
use getFriendsStatues() instead
List<User> getFriends(String) Now deprecated.
use getFriendsStatuses(id) instead
List<User> getFriends(String, Paging) Now deprecated.
use getFriendsStatuses(id,paging) instead
List<Status> getFriendsTimeline(String) Now deprecated.
The Twitter API does not support this method anymore.
List<Status> getFriendsTimeline(String, Paging) Now deprecated.
The Twitter API does not support this method anymore.
List<Status> getPublicTimeline(int) Now deprecated.
use getPublicTimeline(long sinceID) instead