This Choreo removes the specified status from a favorites list. 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}
ID: 165185311930978304
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.
{
"place": null,
"truncated": false,
"user": {
"is_translator": false,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"statuses_count": 107,
"time_zone": "Quito",
"default_profile": true,
"name": "Temboo QA",
"profile_sidebar_border_color": "C0DEED",
"created_at": "Fri Dec 18 19:23:06 +0000 2009",
"contributors_enabled": false,
"id": 97731133,
"entities": {
"description": {
"urls": []
}
},
"listed_count": 0,
"profile_background_tile": false,
"followers_count": 4,
"geo_enabled": false,
"profile_sidebar_fill_color": "DDEEF6",
"lang": "en",
"utc_offset": -18000,
"url": null,
"profile_background_color": "C0DEED",
"screen_name": "qatemboo",
"profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png",
"location": null,
"protected": false,
"description": null,
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"favourites_count": 0,
"profile_link_color": "0084B4",
"id_str": "97731133",
"default_profile_image": true,
"following": true,
"profile_use_background_image": true,
"notifications": false,
"profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png",
"profile_text_color": "333333",
"friends_count": 2,
"follow_request_sent": false
},
"in_reply_to_user_id": null,
"contributors": null,
"retweet_count": 1,
"source": "web",
"created_at": "Thu Feb 02 21:30:22 +0000 2012",
"id_str": "165185311930978304",
"retweeted": true,
"id": 165185311930978300,
"geo": null,
"in_reply_to_status_id": null,
"in_reply_to_status_id_str": null,
"in_reply_to_screen_name": null,
"text": "hackday is coming",
"in_reply_to_user_id_str": null,
"entities": {
"urls": [],
"user_mentions": [],
"hashtags": []
},
"coordinates": null,
"favorited": false
}