Generated by
JDiff

Interface twitter4j.api.FriendsFollowersResources

Added Methods
PagableResponseList<User> 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.
PagableResponseList<User> 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.
PagableResponseList<User> 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.
PagableResponseList<User> 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.