Generated by
JDiff

Interface twitter4j.api.FriendsFollowersMethods

Removed Methods
IDs getFollowersIDs() Returns an array of numeric IDs for every user the specified user is followed by.
IDs getFollowersIDs(int) Returns an array of numeric IDs for every user the specified user is followed by.
IDs getFriendsIDs() Returns an array of numeric IDs for every user the authenticating user is following.
IDs getFriendsIDs(int) Returns an array of numeric IDs for every user the specified user is following.
all IDs are attempted to be returned, but large sets of IDs will likely fail with timeout errors.
 

Added Methods
IDs getFollowersIDs(int) Returns an array of numeric IDs for every user the specified user is followed by.
IDs getFollowersIDs() Returns an array of numeric IDs for every user the specified user is followed by.
IDs getFriendsIDs(int) Returns an array of numeric IDs for every user the specified user is following.
all IDs are attempted to be returned, but large sets of IDs will likely fail with timeout errors.
IDs getFriendsIDs() Returns an array of numeric IDs for every user the authenticating user is following.
 

Changed Methods
IDs getFollowersIDs(String) Now deprecated.
use {@link #getFollowersIDs(String, long)} instead
IDs getFriendsIDs(String) Now deprecated.
use {@link #getFriendsIDs(String, long)} instead