Twitter API: Check if a tweet is a retweet

前端 未结 9 2417
南笙
南笙 2020-12-15 05:33

I have found this question. However I think this has changed on API version 1.1.

If I use the search/tweets method, how can I see if the tweet is a RT?

9条回答
  •  旧巷少年郎
    2020-12-15 05:58

    Make sure your "re-tweet" is not actually a quote of an another tweet. In this case, I had to use the quoted_status field to get the original tweet, rather than the retweeted_status one.

提交回复
热议问题