Solr search is not available. Your search is being redirected.

POST favorites/destroy

Updated on Tue, 2012-09-04 17:33

Un-favorites the status specified in the ID parameter as the authenticating user. Returns the un-favorited status in the requested format when successful.

This process invoked by this method is asynchronous. The immediately returned status may not indicate the resultant favorited status of the tweet. A 200 OK response from this method will indicate whether the intended action was successful or not.

Resource URL

https://api.twitter.com/1.1/favorites/destroy.json

Parameters

id required

The numerical ID of the desired status.

Example Values: 123

include_entities optional

The entities node will be omitted when set to false.

Example Values: false

Example Request

POST

https://api.twitter.com/1.1/favorites/destroy.json

POST Data

id=243138128959913986

  1. {
  2.   "contributors": null, 
  3.   "coordinates": null, 
  4.   "created_at": "Wed Sep 05 00:07:01 +0000 2012", 
  5.   "entities": {
  6.     "hashtags": [], 
  7.     "urls": [], 
  8.     "user_mentions": []
  9.   }, 
  10.   "favorited": false, 
  11.   "geo": null, 
  12.   "id": 243138128959913986, 
  13.   "id_str": "243138128959913986", 
  14.   "in_reply_to_screen_name": null, 
  15.   "in_reply_to_status_id": null, 
  16.   "in_reply_to_status_id_str": null, 
  17.   "in_reply_to_user_id": null, 
  18.   "in_reply_to_user_id_str": null, 
  19.   "place": null, 
  20.   "retweet_count": 0, 
  21.   "retweeted": false, 
  22.   "source": "<a href=\"http://itunes.apple.com/us/app/twitter/id409789998?mt=12\" rel=\"nofollow\">Twitter for Mac</a>", 
  23.   "text": "That feel when you accidentally type Bash commands into Campfire, and you also make a typo in them.", 
  24.   "truncated": false, 
  25.   "user": {
  26.     "contributors_enabled": false, 
  27.     "created_at": "Wed Apr 23 20:32:35 +0000 2008", 
  28.     "default_profile": false, 
  29.     "default_profile_image": false, 
  30.     "description": "Developer at GitHub in San Francisco, CA.\r\n\r\nChicken nuggets is like my family.", 
  31.     "entities": {
  32.       "description": {
  33.         "urls": []
  34.       }, 
  35.       "url": {
  36.         "urls": [
  37.           {
  38.             "display_url": null, 
  39.             "expanded_url": null, 
  40.             "indices": [
  41.               0, 
  42.               21
  43.             ], 
  44.             "url": "http://jakeboxer.com/"
  45.           }
  46.         ]
  47.       }
  48.     }, 
  49.     "favourites_count": 187, 
  50.     "follow_request_sent": false, 
  51.     "followers_count": 714, 
  52.     "following": false, 
  53.     "friends_count": 327, 
  54.     "geo_enabled": true, 
  55.     "id": 14500363, 
  56.     "id_str": "14500363", 
  57.     "is_translator": false, 
  58.     "lang": "en", 
  59.     "listed_count": 39, 
  60.     "location": "San Francisco, CA", 
  61.     "name": "Jake Boxer", 
  62.     "notifications": false, 
  63.     "profile_background_color": "352726", 
  64.     "profile_background_image_url": "http://a0.twimg.com/images/themes/theme5/bg.gif", 
  65.     "profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme5/bg.gif", 
  66.     "profile_background_tile": false, 
  67.     "profile_image_url": "http://a0.twimg.com/profile_images/1621757700/twitter_normal.png", 
  68.     "profile_image_url_https": "https://si0.twimg.com/profile_images/1621757700/twitter_normal.png", 
  69.     "profile_link_color": "D02B55", 
  70.     "profile_sidebar_border_color": "829D5E", 
  71.     "profile_sidebar_fill_color": "99CC33", 
  72.     "profile_text_color": "3E4415", 
  73.     "profile_use_background_image": true, 
  74.     "protected": false, 
  75.     "screen_name": "jake_boxer", 
  76.     "show_all_inline_media": false, 
  77.     "statuses_count": 5398, 
  78.     "time_zone": "Eastern Time (US & Canada)", 
  79.     "url": "http://jakeboxer.com/", 
  80.     "utc_offset": -18000, 
  81.     "verified": false
  82.   }
  83. }