[twitter-dev] Re: Twitter Lists: /user/list/members.xml returning only 20 at a time

2009-10-30 Thread Dan

Hoping for an answer to this as well. The last dev post said that
cursors would be added to list-of-lists functions, but they didn't
mention followers-of-lists getting the treatment. It is much needed.

On Oct 24, 6:18 pm, Dave Briccetti da...@davebsoft.com wrote:
 How can I retrieve more than 20 at a time?

 ?cursor=-1count=200  has no effect


[twitter-dev] Re: Twitter Lists: /user/list/members.xml returning only 20 at a time

2009-10-30 Thread Dave Briccetti

Cursoring is working, but it seems wrong to get just 20 at a time.

GET /abdur/research/members.xml?cursor=-1
GET /abdur/research/members.xml?cursor=1316585587587157646

yields the same as

GET /abdur/research/members.xml?count=200cursor=-1
GET /abdur/research/members.xml?count=200cursor=1316585587587157646


[twitter-dev] Re: Twitter Lists: /user/list/members.xml returning only 20 at a time

2009-10-30 Thread Tim Haines
Yeah - it's a little stingy right now.  Seeing as there's a limit on 500
members, it would be nice if it could return all the id's in 1 hit..

Tim.

On Sat, Oct 31, 2009 at 9:58 AM, Dave Briccetti da...@davebsoft.com wrote:


 Cursoring is working, but it seems wrong to get just 20 at a time.

 GET /abdur/research/members.xml?cursor=-1
 GET /abdur/research/members.xml?cursor=1316585587587157646

 yields the same as

 GET /abdur/research/members.xml?count=200cursor=-1
 GET /abdur/research/members.xml?count=200cursor=1316585587587157646



[twitter-dev] Re: Twitter Lists: /user/list/members.xml returning only 20 at a time

2009-10-30 Thread Dave Briccetti

Indeed.

I know every little bit helps when massively scaling, but, speaking
generally, I dislike scrolling through small chunks. Like in the
Twitter Web site just now, looking at lists, I have to scroll in small
chunks to see who’s in a list. (Other than that Twitter’s Web site
support for lists looks great.)


[twitter-dev] Re: Twitter Lists: /user/list/members.xml returning only 20 at a time

2009-10-27 Thread Rich

Thats pretty disappointing seeing as, for instance on the iPhone/iPod
touch platform, there are lots competing together.  Some get
preferential treatment they get advantages.

On Oct 26, 5:55 pm, Eric Woodward e...@nambu.com wrote:
 Rich, I think you answered your own question there, the first one
 anyway. I would not expect a real answer to the second one.

 --ejw

 Eric Woodward
 Email: e...@nambu.com

 On Oct 26, 2:30 am, Rich rhyl...@gmail.com wrote:



  Seriously have we got a two tier dev system now, can we all have
  access to the API please?

  On Oct 24, 10:18 pm, Dave Briccetti da...@davebsoft.com wrote:

   How can I retrieve more than 20 at a time?

   ?cursor=-1count=200  has no effect


[twitter-dev] Re: Twitter Lists: /user/list/members.xml returning only 20 at a time

2009-10-26 Thread Rich

Seriously have we got a two tier dev system now, can we all have
access to the API please?

On Oct 24, 10:18 pm, Dave Briccetti da...@davebsoft.com wrote:
 How can I retrieve more than 20 at a time?

 ?cursor=-1count=200  has no effect


[twitter-dev] Re: Twitter Lists: /user/list/members.xml returning only 20 at a time

2009-10-26 Thread Eric Woodward

Rich, I think you answered your own question there, the first one
anyway. I would not expect a real answer to the second one.

--ejw

Eric Woodward
Email: e...@nambu.com


On Oct 26, 2:30 am, Rich rhyl...@gmail.com wrote:
 Seriously have we got a two tier dev system now, can we all have
 access to the API please?

 On Oct 24, 10:18 pm, Dave Briccetti da...@davebsoft.com wrote:



  How can I retrieve more than 20 at a time?

  ?cursor=-1count=200  has no effect