Re: [twitter-dev] Getting First Status After since_id

2010-02-12 Thread Abraham Williams
You might want to search for and/or open a feature request:
http://code.google.com/p/twitter-api/issues/list

Abraham

On Mon, Feb 8, 2010 at 15:32, Eric  wrote:

> Hello,
>
> I'd like to be able to request just the first status in a timeline
> after an arbitrary ID.  Using since_id=###&count=1 gives the latest
> status, which seems like the proper result.
> since_id=###&page=##&count=1, where the page number is higher than the
> number of statuses, returns no tweets.  Is there any parameter or
> combination of parameters that will give me just the next one?
>



-- 
Abraham Williams | Community Advocate | http://abrah.am
Project | Out Loud | http://outloud.labs.poseurtech.com
This email is: [ ] shareable [x] ask first [ ] private.


[twitter-dev] Getting First Status After since_id

2010-02-08 Thread Eric
Hello,

I'd like to be able to request just the first status in a timeline
after an arbitrary ID.  Using since_id=###&count=1 gives the latest
status, which seems like the proper result.
since_id=###&page=##&count=1, where the page number is higher than the
number of statuses, returns no tweets.  Is there any parameter or
combination of parameters that will give me just the next one?