It seems like old tweets (5-6 days or so) disappear in this version of the module. I found an issue for D6, but this is concerning D7.

CommentFileSizeAuthor
#1 1242670-old-tweets-1.patch2.9 KBshawn dearmond

Comments

shawn dearmond’s picture

Status: Active » Needs work
StatusFileSize
new2.9 KB

Here's what fixed it for me:

I wanted to have it display my own twitter stream: http://twitter.com/shawndearmond so I put in 'tweetkey' => 'shawndearmond'.

The problem with that, is if you don't include the '@' sign, then it assumes it's a search term, and I don't think that Twitter keeps search indexes alive for longer than a week or so, if that. So, I changed it to: 'tweetkey' => '@shawndearmond' and now I get my tweets from weeks ago.

If you actually are trying to grab a search term, then here's a patch I whipped up from #716958: Old tweets disappear. It's totally untested, since I discovered after I made it that I don't need it, but if it's helpful, then here it is.

mrf’s picture

Does not apply to dev, needs to be updated.