Open Chealkeo opened 4 years ago
The API has changed since the book was published, in particular Twitter enabled tweets with more characters than before.
The changes are described here: https://developer.twitter.com/en/docs/tweets/tweet-updates
In summary, you may want to look into the fields extended_tweet
and full_text
. The field text
is still there for compatibility but it may be truncated for longer tweets.
Hi, I wonder why the tweet we obtained using source code in chapter2 is uncomplete, almost 100 characters or so end with the tweet link. Is this the shortcoming by using api? look forward for ur reply, thanks