In Twitter classic web API, long tweets including URIs are truncated to 140 chars. We can get full tweets by using request parameter tweet_mode=extended and response full_text.
Since I don't know the scope of this change, I made it compatible with text.
In Twitter classic web API, long tweets including URIs are truncated to 140 chars. We can get full tweets by using request parameter
tweet_mode=extended
and responsefull_text
.Since I don't know the scope of this change, I made it compatible with
text
.See also https://developer.twitter.com/en/docs/tweets/tweet-updates.html