twitter API problem
- by Gabri
I am using this to get my latest Tweets
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js" ></script>
<script type="text/javascript"src="http://twitter.com/statuses/user_timeline/username.json?callback=twitterCallback2&count=2"></script>
so i have to get the latest 2 tweets cause i set the count to 2 , sometimes it returns only 1 why is that ?