| Methods in twitter4j that return ExtendedUser |
ExtendedUser |
Twitter.getAuthenticatedUser()
Deprecated. since Twitter4J 2.0.0 use verifyCredentials() instead |
ExtendedUser |
Twitter.getUserDetail(java.lang.String id)
Returns extended information of a given user, specified by ID or screen name as per the required id parameter below. |
ExtendedUser |
Twitter.updateProfileColors(java.lang.String profileBackgroundColor,
java.lang.String profileTextColor,
java.lang.String profileLinkColor,
java.lang.String profileSidebarFillColor,
java.lang.String profileSidebarBorderColor)
Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com. |
ExtendedUser |
Twitter.verifyCredentials()
Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not. |