Hi,
I am using the below html to pull through my twitter feed. . I works periodically. (see html snipet below)
I reckon it is something to do with a rate limit, limiting calls from a single ip or range.
Is there any way around this?
Thank you,
Ollie.
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
</head>
<div id="twitter-updates">
<div id="twitter_div">
<ul id="twitter_update_list"></ul>
<script type="text/javascript"src="http://api.twitter.com/1/statuses/user_timeline.jsonscreen_name=InvestNINews&include_rts=true&count=2&callback=twitterCallback2"></script>
</div>
</div>