Generated by
JDiff

Interface twitter4j.api.UserMethodsAsync

Added Methods
void getMemberSuggestions(String) Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.
void getProfileImage(String, ImageSize) Access the profile image in various sizes for the user with the indicated screen_name.
void getSuggestedUserCategories() Access to Twitter's suggested user list.
void getUserSuggestions(String) Access the users in a given category of the Twitter suggested user list.
It is recommended that end clients cache this data for no more than one hour.
void lookupUsers(int[]) Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
void lookupUsers(String[]) Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
 

Changed Methods
void searchUsers(String, int) Change in exceptions thrown from twitter4j.TwitterException to no exceptions.
Run a search for users similar to the Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API.
Usage note: It is only possible to retrieve the first 1000 matches from this API.