ChimeraCoder / anaconda

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

add field FullText to Tweet #190

Closed birdayz closed 7 years ago

birdayz commented 7 years ago

when the tweet_mode is set to "extended", twitter API responds with the field "full_text" instead of text. text is omitted, unless tweet_mode is set to "compatibility". So in order to get the text at all in "extended mode", we need this field. Please refer to https://dev.twitter.com/overview/api/upcoming-changes-to-tweets.

edit: please correct me if i got something wrong, i am not an expert concerning the twitter API.

Diti commented 7 years ago

Duplicate of PR #158.

muesli commented 7 years ago

@ChimeraCoder: This can be closed now that #200 got merged. Thanks!