twitter API problem
Posted
by Gabri
on Stack Overflow
See other posts from Stack Overflow
or by Gabri
Published on 2010-03-25T00:07:42Z
Indexed on
2010/03/25
0:13 UTC
Read the original article
Hit count: 526
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 ?
© Stack Overflow or respective owner