Generated by
JDiff

Interface twitter4j.api.ListMembersMethodsAsync

Removed Methods
void getUserListMembers(String, int, long) Returns the members of the specified list.
void getUserListMembers(long, int, long) Returns the members of the specified list.
 

Added Methods
void getUserListMembers(int, long) Returns the members of the specified list.
void getUserListMembers(String, int, long) Returns the members of the specified list.
void getUserListMembers(long, int, long) Returns the members of the specified list.
void 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
void checkUserListMembership(String, int, long) Now deprecated.
use {@link #showUserListMembership(int, long)} instead