The Twitter API has been changed and it returns the truncated tweet text by default.

The tweet_mode=extended parameter needs to be added to the API request. Also, the $tweet->text property has been replaced by $tweet->full_text.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

beluoctavian created an issue. See original summary.

ElusiveMind’s picture

This is in the latest dev. Although I removed iconv as the dependency since Drupal 7.50 now handles Multibyte UTF-8. I also pulled it against the dev branch instead of 3.4

ElusiveMind’s picture

Status: Active » Needs review
ElusiveMind’s picture

Status: Needs review » Reviewed & tested by the community

iconv functions restored as per note in module description