I studied the Twitter API Documentation today. Just find that we could use the "Twitter REST API Method: statuses user_timeline" to get the status of a specific user. Retweets are removed from user_timeline for backward compatibility. If I want to enable retweets, the Documentation API recommends "statuses retweeted_by_me", but retweeted_by_me cannot return retweets to other users.
I think maybe we can analyze the Twitter web page of a specific user to get his retweets. However, is there any elegant way to scan retweets for a specific user?
Thanks in advance!
twitter
Xiong
source share