Generated by
JDiff

Interface twitter4j.api.AccountMethodsAsync

Removed Methods
void updateDeliveryDevice(Device) Sets which device Twitter delivers updates to for the authenticating user.
 

Added Methods
void getAccountSettings() Returns the current trend, geo and sleep time information for the authenticating user.
void getAccountTotals() Returns the current count of friends, followers, updates (statuses) and favorites of the authenticating user.
void updateProfileBackgroundImage(InputStream, boolean) Updates the authenticating user's profile background image.
void updateProfileImage(InputStream) Updates the authenticating user's profile image.
void 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.
 

Changed Methods
void updateProfile(String, String, String, String) Change in signature from (String, String, String, String, String) to (String, String, String, String).
Sets values that users are able to set under the "Account" tab of their settings page.