我不明白,即使“ 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"
}
]
}
答案 0 :(得分:2)
这令人困惑-让我解释一下。
retweeted
属性是进行身份验证的用户是否转发了该特定的推文。
因此,如果您转推了我,然后查看该推文,您会看到"retweeted": true,
它真的应该叫做has_authenticating_user_retweeted_this
:-)