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

Support for tweet_mode=extended ? #265

Closed ygalanter closed 7 years ago

ygalanter commented 7 years ago

Hi, does the module supports retrieving of extended tweets? If so - how do I do it? Thanks!

ygalanter commented 7 years ago

Never mind, just adding "tweet_mode":"extended" to payload object does the trick.