Ok so this thing never works for me. Others have had issues… I am on EE 1.7.1 and have the latest version…
Instead of deleting the cache I read what was in it:
1309477034
<?xml version=“1.0” encoding=“UTF-8”?>
<hash>
<error>Rate limit exceeded. Clients may not make more than 150 requests per hour.</error>
<request>/1/statuses/user_timeline.xml?include_entities=true&screen_name=danielphillip</request>
</hash>
I have the following code:
{exp:twitter_timeline screen_name="danielphillip" create_links="user_mentions|hashtags|urls" cache="yes" refresh="60" limit="10" use_stale_cache="yes"}
{text}
<a href="http://twitter.com/danielphillip" target="blank" rel="noopener">{created_at format="%g:%i %a %M %d"}</a>
{/exp:twitter_timeline}I believe this should only update every hour.. so why is the plug-in making so many requests? Maybe this helps fix it… maybe not. Here’s hoping