自分の設定ページの“アカウント(Account9”タブ配下でユーザーが設定できる値を設定します。 指定したパラメータのみが更新されます。
POST account/
|
https://api.twitter.com/1.1/account/update_profile.json
Resource URL
|
Resource Information
Response formats
JSON
Requires authentication?
Yes (user context only)
Rate limited?
Yes
|
いずれも必須パラメータではありませんが、このメソッドを実行する時は少なくとも一つのパラメータは設定してください。
このプロフィールに関連付けるフルネーム。最大20文字。
サンプル値: Marcel Molina
このプロフィールに関連付けるURL。“http://”が付いていない場合は自動的に付けられます。最大100文字。
サンプル値: http://project.ioni.st
このアカウントのユーザーがいる場所を説明する都市名や国名。この値は、正規化やジオコードに対応したものではありません。最大30文字。
Example Values: San Francisco, CA
アカウント保持ユーザーの説明。最大160文字。
サンプル値: Flipped my wig at age 22 and it never grew back. Also: I work at Twitter.
認証ユーザーのtwitter.comプロフィールページで使われているリンクの配色を制御するヘックス値を設定します。 これには有効な16進の値を設定しなければならず、3文字か6文字になります (例: F00 や FF0000)。
サンプル値: 0000FF
このパラメータは、非推奨の (and separate) update_profile_colors
APIメソッドの後継機能です。
false
を設定すると、 entities
ノードは含まれません。
サンプル値: false
true
やt
や 1
を設定した場合、ユーザーオブジェクトにステータス情報は含まれません。
ParametersWhile no specific parameter is required, at least one of these parameters should be provided when executing this method.
name
optional
Full name associated with the profile. Maximum of 20 characters. Example Values:
url
optional
URL associated with the profile. Will be prepended with “http://” if not present. Maximum of 100 characters. Example Values:
location
optional
The city or country describing where the user of the account is located. The contents are not normalized or geocoded in any way. Maximum of 30 characters. Example Values:
description
optional
A description of the user owning the account. Maximum of 160 characters. Example Values:
profile_link_color
optional
Sets a hex value that controls the color scheme of links used on the authenticating user’s profile page on twitter.com. This must be a valid hexadecimal value, and may be either three or six characters (ex: F00 or FF0000). Example Values: This parameter replaces the deprecated (and separate)
include_entities
optional
The Example Values:
skip_status
optional
When set to either |
ログインして登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
POST
https://api.twitter.com/1.1/account/update_profile.json?name=Sean%20Cook&description=Keep%20calm%20and%20rock%20on.
Example RequestPOST
|
{ "contributors_enabled": false, "created_at": "Thu Aug 23 19:45:07 +0000 2012", "default_profile": false, "default_profile_image": false, "description": "Keep calm and rock on.", "favourites_count": 0, "follow_request_sent": false, "followers_count": 0, "following": false, "friends_count": 10, "geo_enabled": true, "id": 776627022, "id_str": "776627022", "is_translator": false, "lang": "en", "listed_count": 0, "location": "San Francisco, CA", "name": "Sean Cook", "notifications": false, "profile_background_color": "9AE4E8", "profile_background_image_url": "http://a0.twimg.com/images/themes/theme16/bg.gif", "profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme16/bg.gif", "profile_background_tile": false, "profile_image_url": "http://a0.twimg.com/profile_images/2550256790/hv5rtkvistn50nvcuydl_normal.jpeg", "profile_image_url_https": "https://si0.twimg.com/profile_images/2550256790/hv5rtkvistn50nvcuydl_normal.jpeg", "profile_link_color": "0084B4", "profile_sidebar_border_color": "BDDCAD", "profile_sidebar_fill_color": "DDFFCC", "profile_text_color": "333333", "profile_use_background_image": true, "protected": false, "screen_name": "s0c1alm3dia", "show_all_inline_media": false, "statuses_count": 0, "time_zone": "Pacific Time (US & Canada)", "url": "http://cnn.com", "utc_offset": -28800, "verified": false }
Example Result{ "contributors_enabled": false, "created_at": "Thu Aug 23 19:45:07 +0000 2012", "default_profile": false, "default_profile_image": false, "description": "Keep calm and rock on.", "favourites_count": 0, "follow_request_sent": false, "followers_count": 0, "following": false, "friends_count": 10, "geo_enabled": true, "id": 776627022, "id_str": "776627022", "is_translator": false, "lang": "en", "listed_count": 0, "location": "San Francisco, CA", "name": "Sean Cook", "notifications": false, "profile_background_color": "9AE4E8", "profile_background_image_url": "http://a0.twimg.com/images/themes/theme16/bg.gif", "profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme16/bg.gif", "profile_background_tile": false, "profile_image_url": "http://a0.twimg.com/profile_images/2550256790/hv5rtkvistn50nvcuydl_normal.jpeg", "profile_image_url_https": "https://si0.twimg.com/profile_images/2550256790/hv5rtkvistn50nvcuydl_normal.jpeg", "profile_link_color": "0084B4", "profile_sidebar_border_color": "BDDCAD", "profile_sidebar_fill_color": "DDFFCC", "profile_text_color": "333333", "profile_use_background_image": true, "protected": false, "screen_name": "s0c1alm3dia", "show_all_inline_media": false, "statuses_count": 0, "time_zone": "Pacific Time (US & Canada)", "url": "http://cnn.com", "utc_offset": -28800, "verified": false } |