Generated by
JDiff

Interface twitter4j.api.FriendsFollowersResourcesAsync

Added Methods
void getFollowersList(String, long) Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first # however, this ordering is subject to unannounced change and eventual consistency issues.
void getFollowersList(long, long) Returns a cursored collection of user objects for users following the specified user.
At this time, results are ordered with the most recent following first # however, this ordering is subject to unannounced change and eventual consistency issues.
void getFriendsList(String, long) Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first # however, this ordering is subject to unannounced change and eventual consistency issues.
void getFriendsList(long, long) Returns a cursored collection of user objects for every user the specified user is following (otherwise known as their "friends").
At this time, results are ordered with the most recent following first # however, this ordering is subject to unannounced change and eventual consistency issues.