That is because retweets are not returned in the user_timeline method. http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-user_timeline
Abraham On Wed, Feb 10, 2010 at 18:38, Christian Joudrey <[email protected]>wrote: > Hello all, > > I have just ran into a strange behavior when retrieving the latest > tweet using statuses/user_timeline. > > The following URL returns as expected my latest tweet: > http://twitter.com/statuses/user_timeline/cjoudrey.rss?count=1 > > However, when you change the output to JSON something very odd > happens: > http://twitter.com/statuses/user_timeline/cjoudrey.json?count=1 > > The API returns a blank array []. > > What is even odder is when I poll the API with this URL: > http://twitter.com/statuses/user_timeline/cjoudrey.json?count=2 > > It only returns my 2nd newest tweet. > > Somehow, the most latest tweet is nowhere to be found when using JSON > output. > > Best regards, > > Christian > -- Abraham Williams | Community Advocate | http://abrah.am Project | Out Loud | http://outloud.labs.poseurtech.com This email is: [ ] shareable [x] ask first [ ] private. Sent from Seattle, WA, United States
