Twitter not showing tweets

hi all

this was working fine few days back


		<div id="twitter_m">
		   <div id="twitter_container">
		       <ul id="twitter_update_list">
			   <li style="display:none"></li>
			   </ul>
		   </div>
		   <div id="twitter_b"></div>
		</div>


<script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"></script>
<script src="http://twitter.com/statuses/user_timeline/username.json?callback=twitterCallback2&amp;count=2" type="text/javascript"></script>

but now nothing show up. all blank.

vineet

Try this link instead as its the valid way to make a call to the Twitter API.

https://api.twitter.com/1/statuses/user_timeline.json?screen_name=[COLOR=#ff0000][B]username_here[/B][/COLOR]&count=4

thanks chris

its working fine now

vineet

This post caught my eye. Can either of you demonstrate the full version of this code used to display the latest tweet in a div for me? Thanks so much!