Needs work
Project:
Twitter Pull
Version:
7.x-1.0-rc1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2011 at 11:43 UTC
Updated:
11 Jan 2013 at 23:54 UTC
Jump to comment: Most recent file
Comments
Comment #1
shawn dearmond commentedHere'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.
Comment #2
mrf commentedDoes not apply to dev, needs to be updated.