bear / python-twitter

A Python wrapper around the Twitter API.
Apache License 2.0
3.41k stars 957 forks source link

GetSearch returns wrong flags #651

Open Asteur opened 4 years ago

Asteur commented 4 years ago

Hi guys! Thanks for the wrapper, really helpful.

I have a problem, when I ask the GetSearch API method and get the results, the 'favorited' and 'retweeted' flags are always False, even if I check the returned statuses through GetStatuses, they sometimes already have the True value.

Any suggestions?