-
Notifications
You must be signed in to change notification settings - Fork 200
get_timeline doesn't gather whole texts #575
Comments
Thanks for reporting, this seems like a problem extracting the data from the response. |
Dear Lluís, your suggestion worked perfectly. Thank you for your quick response and your help! |
Reopening, (as the issue isn't solved and) this also affects |
On the examples of Twitter API endpoint statuses/home_timeline shows a truncated text too. This is on purpose from the API. However, there are some reports of an undocumented parameter: |
This was handled on #572 |
Problem
During the last days I used the
get_timeline()
function, to gather some tweets from german twitter accounts. At first glance, all data looked fine, but during the validation process I noticed an issue in the 'text'-field.After 120 characters the text is automatically cutoff and adds a shortlink to the text field instead of showing all 280 characters in the text field.
Expected behavior
Is there an option to gather all 280 characters in the text field?
Reproduce the problem
The text was updated successfully, but these errors were encountered: