Generated by
JDiff

Interface twitter4j.api.FriendsFollowersMethodsAsync

Removed Methods
void getFollowersIDs() Returns an array of numeric IDs for every user the specified user is followed by.
void getFollowersIDs(int) Returns an array of numeric IDs for every user the specified user is followed by.
void getFriendsIDs() Returns an array of numeric IDs for every user the authenticating user is following.
void getFriendsIDs(int) Returns an array of numeric IDs for every user the specified user is following.
 

Added Methods
void getFollowersIDs(int) Returns an array of numeric IDs for every user the specified user is followed by.
void getFollowersIDs() Returns an array of numeric IDs for every user the specified user is followed by.
void getFriendsIDs(int) Returns an array of numeric IDs for every user the specified user is following.
void getFriendsIDs() Returns an array of numeric IDs for every user the authenticating user is following.
 

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