My understanding is that retweets are filtered after timeline is built. So
it selects two statuses to return then filters the retweets and ends up with
an empty result set. Currently if you are not getting enough results you can
increase the number and discard extra statuses or make extra calls. I would
imagine Twitter will stop filtering retweets when version two of the API is
released.

Abraham

On Sat, Feb 13, 2010 at 15:53, Christian Joudrey <cmalle...@gmail.com>wrote:

> I understand that, but if you put count=2 it should return you 2
> results regardless of whether or not it sends back retweets.
>
> If you put count=2 and your timeline is RT, RT, Tweet it will return
> an empty array while it should simply return you an array containing
> the single Tweet.
>
> On Feb 12, 9:33 pm, Abraham Williams <4bra...@gmail.com> wrote:
> > That is because retweets are not returned in the user_timeline method.
> >
> > http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-user_tim...
> >
> > Abraham
> >
> > On Wed, Feb 10, 2010 at 18:38, Christian Joudrey <cmalle...@gmail.com
> >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
>



-- 
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

Reply via email to