I am collecting tweets via the standard API in order to do some text analytics. However, all the tweets I’m collecting stop at the 140 character mark, followed by a … and a link to the actual full tweet. Is this version of the API still just limited to 140 characters? If not, why might I be encountering this issue and how to solve it so I can collect full tweets?
Thanks in advance!
No issues with v2 text field character limit so far.
For v1.1, I use/used tweet_mode=extended and the full_text field where applicable.
Now, I also receive text truncated with Account Activity API, but my system doesn’t use the field and full_text is available there as well fwiw.
How are you collecting tweets as you mentioned?.
2 Likes
system
closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.