ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

Can't get "quote_count" and "reply_count" after adding to Tweet struct #216

Closed victoriadrake closed 6 years ago

victoriadrake commented 6 years ago

These fields are available in the Tweet object, see: https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/tweet-object

I attempted to add them to the Tweet struct in tweet.go, but this does not appear to produce the correct int (I get 0). Have I missed something?

muesli commented 6 years ago

Can you paste your changes (or open a PR) so I can check them out? Thanks!

victoriadrake commented 6 years ago

225

manuelmhtr commented 6 years ago

Those fields are available only in Premium APIs >:( https://twittercommunity.com/t/reply-count-quote-count-not-available-in-statuses-lookup-answer/95241

victoriadrake commented 6 years ago

Oh. :(