Upgrading the latest dev version has allowed me to get retweeted tweets to import, but I noticed that they seem to be truncated where they should not be.
It looks like the twitter api is returning truncated versions of the tweets with the full version embedded within the 'retweeted_status' object.
I'm attaching a patch that when the twitter_pull class passes the tweets through parse_items(), if it is a retweet, it uses the text value from 'retweeted_status' instead of the default text value.
I believe this fixes the truncated tweet issue that I experienced.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

machostache created an issue. See original summary.

matthewmessmer’s picture

Attaching patch

Robert_W’s picture

I slightly improved the patch to make it look more like the Twitter module.