This Choreo updates values that users are able to set under "Account" tab of their settings page. 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}
Description: this is a test
Location: Brooklyn
The following is a sample of the JSON information returned by this Choreo:
Note that in cases where both id and id_str are provided in the output, it is preferable to use id_str.
{
"profile_use_background_image": true,
"name": "William",
"follow_request_sent": false,
"profile_image_url": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png",
"verified": false,
"profile_text_color": "333333",
"time_zone": "Atlantic Time (Canada)",
"created_at": "Fri May 13 16:45:14 +0000 2011",
"id": 298083360,
"profile_sidebar_border_color": "C0DEED",
"entities": {
"description": {
"urls": []
}
},
"status": {
"contributors": null,
"place": null,
"in_reply_to_status_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"id_str": "165471395546005504",
"favorited": false,
"source": "web",
"created_at": "Fri Feb 03 16:27:09 +0000 2012",
"retweeted_status": {
"contributors": null,
"place": null,
"in_reply_to_status_id": null,
"in_reply_to_user_id_str": null,
"in_reply_to_screen_name": null,
"id_str": "165185311930978304",
"favorited": false,
"source": "web",
"created_at": "Thu Feb 02 21:30:22 +0000 2012",
"id": 165185311930978300,
"geo": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"truncated": false,
"text": "hackday is coming",
"retweeted": true,
"in_reply_to_status_id_str": null,
"entities": {
"hashtags": [],
"urls": [],
"user_mentions": []
},
"coordinates": null
},
"id": 165471395546005500,
"geo": null,
"in_reply_to_user_id": null,
"retweet_count": 1,
"truncated": false,
"text": "RT @qatemboo: hackday is coming",
"retweeted": true,
"in_reply_to_status_id_str": null,
"entities": {
"hashtags": [],
"urls": [],
"user_mentions": [
{
"id_str": "97731133",
"id": 97731133,
"indices": [
3,
12
],
"screen_name": "qatemboo",
"name": "Temboo QA"
}
]
},
"coordinates": null
},
"contributors_enabled": false,
"profile_image_url_https": "https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png",
"is_translator": false,
"favourites_count": 0,
"profile_background_tile": false,
"profile_sidebar_fill_color": "DDEEF6",
"followers_count": 1,
"geo_enabled": false,
"lang": "en",
"utc_offset": -14400,
"url": null,
"default_profile_image": true,
"location": "Brooklyn",
"profile_background_color": "C0DEED",
"friends_count": 1,
"protected": false,
"description": "this is a test",
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme1/bg.png",
"default_profile": true,
"screen_name": "aarontemboodev",
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme1/bg.png",
"profile_link_color": "0084B4",
"following": false,
"statuses_count": 1,
"notifications": false,
"id_str": "298083360",
"listed_count": 0
}