Issue Details (XML | Word | Printable)

Key: TFJ-49
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Yusuke Yamamoto
Reporter: Yusuke Yamamoto
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Twitter4J

support update_profile_colors method

Created: 07/Nov/08 12:05 PM   Updated: 18/Apr/09 10:43 PM   Resolved: 18/Apr/09 10:43 PM
Return to search
Issue 127 of 227 issue(s)
Component/s: Core
Affects Version/s: None
Fix Version/s: 2.0.0


 Description  « Hide
http://apiwiki.twitter.com/REST%20API%20Documentation#AccountMethods

update_profile_colors
Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com.  These values are also returned in the /users/show API method.
URL: http://twitter.com/account/update_profile_colors.format
Formats: xml, json
Method(s): POST
Parameters: one or more of the following parameters must be present.  Each parameter's value must be a valid hexidecimal value, and may be either three or six characters (ex: #fff or #ffffff).
• profile_background_color.  Optional.
• profile_text_color.  Optional.
• profile_link_color.  Optional.
• profile_sidebar_fill_color.  Optional.
• profile_sidebar_border_color.  Optional.