【发布时间】:2019-03-13 22:18:03
【问题描述】:
我无法理解,为什么 "retweeted": false,即使 "retweet_count": 2?还是转推指向其他内容?
示例 API 响应:
"retweet_count": 2,
"retweeted": false,
"retweeted_status": {
"contributors": null,
"coordinates": null,
"created_at": "Wed Sep 26 10:47:11 +0000 2018",
"display_text_range": [
0,
90
],
"entities": {
"hashtags": [
{
"indices": [
83,
90
],
"text": "ESMO18"
}
],
"symbols": [],
"urls": [],
"user_mentions": [
{
"id": 69232855,
"id_str": "69232855",
"indices": [
12,
19
],
"name": "ESMO - Eur. Oncology",
"screen_name": "myESMO"
}
]
}
【问题讨论】:
-
这在 twitter API 文档中有明确记录:developer.twitter.com/en/docs/tweets/data-dictionary/overview/… 感谢您在论坛提问之前进行一些研究。
-
是的,它就在那里。好像我错过了。谢谢
标签: twitter sttwitterapi