desmondmorris / node-twitter

Client library for the Twitter REST and Streaming API's.
https://www.npmjs.com/package/twitter
MIT License
1.27k stars 237 forks source link

favorite_count is 0 when retweet_count > 0 #321

Open tonywarriner opened 5 years ago

tonywarriner commented 5 years ago

to test I made a single tweet and added one like - statuses/show reported favorite_count as 1.

I then retweeted this tweet and retrieved it again. Now favorite_count is 0 and retweet_count is 1

Am I going crazy?

markkhoo commented 3 years ago

Getting the same issues here. Looks like favorite count is always zero when what we actually want is likes? Not really sure what's going on.