Post, retrieve and engage with Tweets
POST statuses/update_with_media (deprecated)¶
This endpoint has been DEPRECATED should no longer be used. This endpoint does not support multiple images, animated GIFs, or video. Replacement method: follow the Uploading media guide to upload one or more media entities, and then use POST statuses/update to attach them to a Tweet.
Updates the authenticated user’s current status and attaches media for upload. This creates a Tweet with a (single) picture attached.
Unlike POST statuses/update, this method expects raw multipart data. The POST request’s content-type
should be set to multipart/form-data
with the media[]
parameter.
The Tweet text will be rewritten to include the media URL(s), which will reduce the number of characters allowed in the Tweet text. If the URL(s) cannot be appended without text truncation, the Tweet will be rejected and this method will return an HTTP 403 error.
Users are limited to a specific daily media upload limit. Requests to this endpoint will return the following headers with information regarding the user’s current media upload limits:
x-mediaratelimit-limit
- Indicates the total pieces of media the current user may upload before the time indicated inx-mediaratelimit-reset
.x-mediaratelimit-remaining
- The remaining pieces of media the current user may upload before the time indicated inx-mediaratelimit-reset
.x-mediaratelimit-reset
- A UTC-based timestamp (in seconds) indicating whenx-mediaratelimit-remaining
will reset to the value inx-mediaratelimit-limit
and the user can resume uploading media.
If the user is over the daily media limit, this method will return an HTTP 403 error. In addition to media upload limits, the user is also limited in the number of statuses they can publish daily. If the user tries to exceed the number of updates allowed, this method will also return an HTTP 403 error, similar to POST statuses/update.
There is a 30 second timeout for this endpoint, so network latency may prevent media being posted successfully.
OAuth is handled differently for POST messages. See Uploading Media for more details on this.
Resource URL¶
https://api.twitter.com/1.1/statuses/update_with_media.json
Resource Information¶
Response formats | JSON |
Requires authentication? | Yes (user context only) |
Rate limited? | Yes |
Parameters¶
Example Request¶
Note: The example request here demonstrates the multipart request format.
POST /1.1/statuses/update_with_media.json HTTP/1.1 Host: api.twitter.com User-Agent: Go http package Content-Length: 15532 Authorization: OAuth oauth_consumer_key="...", oauth_nonce="...", oauth_signature="...", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1347058301", oauth_token="...", oauth_version="1.0" Content-Type: multipart/form-data;boundary=cce6735153bf14e47e999e68bb183e70a1fa7fc89722fc1efdf03a917340 Accept-Encoding: gzip --cce6735153bf14e47e999e68bb183e70a1fa7fc89722fc1efdf03a917340 Content-Disposition: form-data; name="status" Hello 2012-09-07 15:51:41.375247 -0700 PDT! --cce6735153bf14e47e999e68bb183e70a1fa7fc89722fc1efdf03a917340 Content-Type: application/octet-stream Content-Disposition: form-data; name="media[]"; filename="media.png" ... --cce6735153bf14e47e999e68bb183e70a1fa7fc89722fc1efdf03a917340--
{ "contributors": null, "coordinates": null, "created_at": "Fri Sep 07 22:46:18 +0000 2012", "entities": { "hashtags": [], "media": [ { "display_url": "pic.twitter.com/lX5LVZO", "expanded_url": "https://twitter.com/fakekurrik/status/244204973972410368/photo/1", "id": 244204973989187584, "id_str": "244204973989187584", "indices": [ 44, 63 ], "media_url": "http://pbs.twimg.com/media/A2OXIUcCUAAXj9k.png", "media_url_https": "https://pbs.twimg.com/media/A2OXIUcCUAAXj9k.png", "sizes": { "large": { "h": 175, "resize": "fit", "w": 333 }, "medium": { "h": 175, "resize": "fit", "w": 333 }, "small": { "h": 175, "resize": "fit", "w": 333 }, "thumb": { "h": 150, "resize": "crop", "w": 150 } }, "type": "photo", "url": "http://t.co/lX5LVZO" } ], "urls": [], "user_mentions": [] }, "favorited": false, "geo": null, "id": 244204973972410368, "id_str": "244204973972410368", "in_reply_to_screen_name": null, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "place": null, "possibly_sensitive": false, "retweet_count": 0, "retweeted": false, "source": "Fakekurrik's Test Application", "text": "Hello 2012-09-07 15:48:27.889593 -0700 PDT! http://t.co/lX5LVZO", "truncated": false, "user": { "contributors_enabled": false, "created_at": "Fri Sep 09 16:13:20 +0000 2011", "default_profile": false, "default_profile_image": false, "description": "I am just a testing account, following me probably won't gain you very much", "entities": { "description": { "urls": [] }, "url": { "urls": [ { "display_url": null, "expanded_url": null, "indices": [ 0, 24 ], "url": "http://blog.roomanna.com" } ] } }, "favourites_count": 1, "follow_request_sent": false, "followers_count": 2, "following": false, "friends_count": 5, "geo_enabled": true, "id": 370773112, "id_str": "370773112", "is_translator": false, "lang": "en", "listed_count": 0, "location": "Trapped in factory", "name": "fakekurrik", "notifications": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://a0.twimg.com/profile_background_images/616512781/iarz5lvj7lg7zpg3zv8j.jpeg", "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/616512781/iarz5lvj7lg7zpg3zv8j.jpeg", "profile_background_tile": true, "profile_image_url": "http://a0.twimg.com/profile_images/2440719659/x47xdzkguqxr1w1gg5un_normal.png", "profile_image_url_https": "https://si0.twimg.com/profile_images/2440719659/x47xdzkguqxr1w1gg5un_normal.png", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "FFFFFF", "profile_text_color": "333333", "profile_use_background_image": true, "protected": true, "screen_name": "fakekurrik", "show_all_inline_media": false, "statuses_count": 546, "time_zone": "Pacific Time (US & Canada)", "url": "http://blog.roomanna.com", "utc_offset": -28800, "verified": false } }