Status timelines paginate with the page parameters. Social graph
resources such as the members in a list use the cursor parameters.
We're looking to rationalize all this as we move to new systems but
for now there are different interfaces. You use the same mechanisms
for the list statuses timeline as you do for all other status
timelines.

On Thu, Nov 5, 2009 at 7:05 AM, Milen <[email protected]> wrote:
>
> I think that all methods which refer to lists should use the id, not
> the slug. As people have mentioned, the slug can change, so in order
> to reliably delete a list, you will have to fetch its slug and then
> issue a delete (or you risk getting an error as the slug might have
> changed in the meantime).
>
> I also tried to "page" through the statuses in a list but it seemed
> that:
> - next_cursor / previous_cursor had no effect on what was returned
> - cursor=-1 or anything else didn't have an effect
>
> Can anyone shed some light on how we're supposed to do paging?
>
> Thanks,
> M
>
> On Oct 16, 7:04 am, Marcel Molina <[email protected]> wrote:
>
>> GET '/:users/lists/:list_slug/statuses.:format'
>> Show tweet timeline for members of the specified list.
>>
>> Parameters:
>>  * list_slug: the slug of the list you want the member tweet timeline
>> of. (required)
>>  * next/previous_cursor: used to "page" through results (optional)
>>
>> Supported formats:
>> xml, json
>>
>> e.g.
>>  curl -u 
>> USERNAME:PASSWORDhttp://twitter.com/noradio/lists/tall-people/statuses.xml
>



-- 
Marcel Molina
Twitter Platform Team
http://twitter.com/noradio

Reply via email to