Retweeted count and favorite count are not equal to 0, but retweeted and favorite are False.
In fact there is note a single True value either in retweeted column or favorite column among 15000 tweets

Make sure the following is true:

favorited Boolean Indicates whether this Tweet has been liked by the authenticating user

retweeted Boolean Indicates whether this Tweet has been Retweeted by the authenticating user.

.

1 Like

Oh thanks. Can you please tell me where I can find the description for all the features??

For v1.1 see here: Tweet object | Docs | Twitter Developer Platform

For v2: Tweet object | Docs | Twitter Developer Platform

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.