count parameter would be helpful for any endpoint that contains a page parameter option.
On Apr 29, 3:48 pm, devangel <[email protected]> wrote: > Thanks for the suggestion. Count doesn't seem to have any affect for > _/followers.xml. > > Cheers > > On Apr 28, 4:31 pm, Matt Sanford <[email protected]> wrote: > > > Hi Dave, > > > Take a look at the count parameter, like …/followers.json? > > count=5. If raw data size is a problem you probably want to go with > > the lighter weight JSON if you're not already. > > > Thanks; > > – Matt Sanford / @mzsanford > > Twitter Dev > > > On Apr 28, 2009, at 3:10 PM, devangel wrote: > > > > Is there a way to specify the number of entries (pagesize) returned > > > on apageof results? I'm calling statuses/followers and the response > > > size to over 100K bytes which bumps up against one of the limits in my > > > environment. > > > > I see that I can specify thepageI want, but it would be really > > > useful to specify apagesize - possibly above some minimum value and > > > below some maximum value. > > > > Thanks > > > > Dave
