Generated by
JDiff

Interface twitter4j.api.FriendsFollowersResources

Added Methods
PagableResponseList<User> getFollowersList(String, long, int) 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, int) 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.