This Choreo allows you to update your Twitter status and attach an image. The documentation for this Twitter resource can be found here.
Here's an example of acceptable inputs:
ConsumerKey: {YOUR CONSUMER KEY}
ConsumerSecret {YOUR CONSUMER SECRET}
AccessToken: {YOUR ACCESS TOKEN}
AccessTokenSecret: {YOUR TOKEN SECRET}
StatusUpdate: Testing from Brooklyn today!
MediaContent: {THE BASE64 ENCODED IMAGE}
The following is a sample of the JSON information returned by this Choreo:
{
"created_at": "Wed Sep 17 22:22:19 +0000 2014",
"id": 512365963011186700,
"id_str": "512365963011186688",
"text": "This will be the last test http://t.co/7DtmfYOM6y",
"source": "<a href=\"http://www.temboo.com\" rel=\"nofollow\">Temboo</a>",
"truncated": false,
"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,
"in_reply_to_screen_name": null,
"user": {
"id": 97731133,
"id_str": "97731133",
"name": "Temboo QA",
"screen_name": "qatemboo",
"location": "",
"description": "",
"url": "http://t.co/Zq5gx3s6f7",
"entities": {
"url": {
"urls": [
{
"url": "http://t.co/Zq5gx3s6f7",
"expanded_url": "http://www.cnn.com",
"display_url": "cnn.com",
"indices": [
0,
22
]
}
]
},
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 5,
"friends_count": 2,
"listed_count": 3,
"created_at": "Fri Dec 18 19:23:06 +0000 2009",
"favourites_count": 1,
"utc_offset": -18000,
"time_zone": "Quito",
"geo_enabled": true,
"verified": false,
"statuses_count": 2486,
"lang": "en",
"contributors_enabled": false,
"is_translator": false,
"is_translation_enabled": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"profile_background_tile": false,
"profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png",
"profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png",
"profile_link_color": "0084B4",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"default_profile": true,
"default_profile_image": true,
"following": false,
"follow_request_sent": false,
"notifications": false
},
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"retweet_count": 0,
"favorite_count": 0,
"entities": {
"hashtags": [],
"symbols": [],
"urls": [],
"user_mentions": [],
"media": [
{
"id": 512365962805641200,
"id_str": "512365962805641216",
"indices": [
27,
49
],
"media_url": "http://pbs.twimg.com/media/BxxKIOgIAAAE5cY.jpg",
"media_url_https": "https://pbs.twimg.com/media/BxxKIOgIAAAE5cY.jpg",
"url": "http://t.co/7DtmfYOM6y",
"display_url": "pic.twitter.com/7DtmfYOM6y",
"expanded_url": "http://twitter.com/qatemboo/status/512365963011186688/photo/1",
"type": "photo",
"sizes": {
"large": {
"w": 1024,
"h": 1325,
"resize": "fit"
},
"thumb": {
"w": 150,
"h": 150,
"resize": "crop"
},
"small": {
"w": 340,
"h": 440,
"resize": "fit"
},
"medium": {
"w": 600,
"h": 776,
"resize": "fit"
}
}
}
]
},
"extended_entities": {
"media": [
{
"id": 512365962805641200,
"id_str": "512365962805641216",
"indices": [
27,
49
],
"media_url": "http://pbs.twimg.com/media/BxxKIOgIAAAE5cY.jpg",
"media_url_https": "https://pbs.twimg.com/media/BxxKIOgIAAAE5cY.jpg",
"url": "http://t.co/7DtmfYOM6y",
"display_url": "pic.twitter.com/7DtmfYOM6y",
"expanded_url": "http://twitter.com/qatemboo/status/512365963011186688/photo/1",
"type": "photo",
"sizes": {
"large": {
"w": 1024,
"h": 1325,
"resize": "fit"
},
"thumb": {
"w": 150,
"h": 150,
"resize": "crop"
},
"small": {
"w": 340,
"h": 440,
"resize": "fit"
},
"medium": {
"w": 600,
"h": 776,
"resize": "fit"
}
}
}
]
},
"favorited": false,
"retweeted": false,
"possibly_sensitive": false,
"lang": "en"
}