Generated by
JDiff

Interface twitter4j.api.ListMembersMethods

Removed Methods
PagableResponseList<User> getUserListMembers(String, int, long) Returns the members of the specified list.
PagableResponseList<User> getUserListMembers(long, int, long) Returns the members of the specified list.
 

Added Methods
PagableResponseList<User> getUserListMembers(int, long) Returns the members of the specified list.
PagableResponseList<User> getUserListMembers(String, int, long) Returns the members of the specified list.
PagableResponseList<User> getUserListMembers(long, int, long) Returns the members of the specified list.
User showUserListMembership(int, long) Check if a user is a member of the specified list.

This method calls http://api.twitter.com/1/lists/members/show.json
 

Changed Methods
User checkUserListMembership(String, int, long) Now deprecated.
use {@link #showUserListMembership(int, long)} instead