Generated by
JDiff

Interface twitter4j.api.UserMethods

Added Methods
ResponseList<User> 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.
ProfileImage getProfileImage(String, ImageSize) Access the profile image in various sizes for the user with the indicated screen_name.
ResponseList<Category> getSuggestedUserCategories() Access to Twitter's suggested user list.
ResponseList<User> 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.
ResponseList<User> lookupUsers(int[]) Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.
ResponseList<User> lookupUsers(String[]) Return up to 100 users worth of extended information, specified by either ID, screen name, or combination of the two.