Generated by
JDiff

Class twitter4j.Twitter

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

Added Methods
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> 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.
RequestToken getOAuthRequestToken(String)  
List<Status> getPublicTimeline(long) Returns only public statuses with an ID greater than (that is, more recent than) the specified 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<User> getFriends(Paging) Now deprecated.
Use getFriendsStatuses(Paging 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