Generated by
JDiff

Interface twitter4j.api.UserMethodsAsync

Added Methods
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.
void lookupUsers(int[]) Retrieves up to 20 users worth of extended information, specified by either ID.
void lookupUsers(String[]) Retrieves up to 20 users worth of extended information, specified by screen name.
 

Changed Methods
void searchUsers(String, int) Change in exceptions thrown from twitter4j.TwitterException to no exceptions.
Run a search for users similar to Find People button on Twitter.com; the same results returned by people search on Twitter.com will be returned by using this API (about being listed in the People Search).