Search code examples
node.jstwitter

How to obtain full_text in twitter API search


I am using the Standar Search API, but it does not have the new full_text for that tweets with size more than 140 characters. As mention twitter for the streamer api. https://developer.twitter.com/en/docs/tweets/tweet-updates

Does any know how to fix it?

FYI: I am implementing this with nodejs /search/tweets.json works for tweets but if it has more than 140 characters it is cut with "..."


Solution

  • Add this parameter to your search/tweets request: tweet_mode=extended