IDパラメータで指定したツイートをお気に入りに登録します。成功した場合、お気に入りに登録したツイートを返します。
このメソッドのプロセスは非同期で処理されます。 The immediately returned status may not indicate the resultant favorited status of the tweet. このメソッドで 200 OK の応答が返されると、処理が成功したかどうかが分かります。
https://api.twitter.com/1.1/favorites/create.json
お気に入りに登録するツイートの数値型ID。
サンプル値: 123
falseを設定した場合、entitiesノードは含まれません。
サンプル値: false
ログインして登録アプリケーションの一覧を参照してください。
POST
https://api.twitter.com/1.1/favorites/create.json?id=243138128959913986
{
"contributors": null,
"coordinates": null,
"created_at": "Wed Sep 05 00:07:01 +0000 2012",
"entities": {
"hashtags": [],
"urls": [],
"user_mentions": []
},
"favorited": false,
"geo": null,
"id": 243138128959913986,
"id_str": "243138128959913986",
"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,
"retweet_count": 0,
"retweeted": false,
"source": "Twitter for Mac",
"text": "That feel when you accidentally type Bash commands into Campfire, and you also make a typo in them.",
"truncated": false,
"user": {
"contributors_enabled": false,
"created_at": "Wed Apr 23 20:32:35 +0000 2008",
"default_profile": false,
"default_profile_image": false,
"description": "Developer at GitHub in San Francisco, CA.
Chicken nuggets is like my family.",
"entities": {
"description": {
"urls": []
},
"url": {
"urls": [
{
"display_url": null,
"expanded_url": null,
"indices": [
0,
21
],
"url": "http://jakeboxer.com/"
}
]
}
},
"favourites_count": 187,
"follow_request_sent": false,
"followers_count": 714,
"following": false,
"friends_count": 327,
"geo_enabled": true,
"id": 14500363,
"id_str": "14500363",
"is_translator": false,
"lang": "en",
"listed_count": 39,
"location": "San Francisco, CA",
"name": "Jake Boxer",
"notifications": false,
"profile_background_color": "352726",
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme5/bg.gif",
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme5/bg.gif",
"profile_background_tile": false,
"profile_image_url": "http://a0.twimg.com/profile_images/1621757700/twitter_normal.png",
"profile_image_url_https": "https://si0.twimg.com/profile_images/1621757700/twitter_normal.png",
"profile_link_color": "D02B55",
"profile_sidebar_border_color": "829D5E",
"profile_sidebar_fill_color": "99CC33",
"profile_text_color": "3E4415",
"profile_use_background_image": true,
"protected": false,
"screen_name": "jake_boxer",
"show_all_inline_media": false,
"statuses_count": 5398,
"time_zone": "Eastern Time (US & Canada)",
"url": "http://jakeboxer.com/",
"utc_offset": -18000,
"verified": false
}
}