2009年10月14日星期三

Re: [fw-gdata] Working with Multi-page Feeds Google Provisioning API

You probably have an existing $feed variable with the feed of results.

Try:
$feedWithNextPageOfEntries = $feed->getNextFeed();

If you have a $service and an existing $feed and want to retrieve ALL entries (can be expensive), you can do:
$feedWithAllEntries = $service->retrieveAllEntriesForFeed($feed);

Cheers,
-Ryan

On Tue, Oct 13, 2009 at 2:56 PM, Hugo León <hugolec@gmail.com> wrote:

Hello everyone.
I'm trying to get all users of a Google Apps domain and does it well.
But when there are domains with more than 100 users appear only the first
100, and with the function that comes into Zend website gives me the link
https://apps-apis.google.com/a/feeds/domain.com/user/2.0?startUsername=username,
but obviously when I click on that link it does not work because I need
authorization via ClientLogin again. And what I want to do is that it only
shows me the next 100 users.

How can I do this?
Thanks in advance.

Hugo
--
View this message in context: http://www.nabble.com/Working-with-Multi-page-Feeds-Google-Provisioning-API-tp25881614p25881614.html
Sent from the Zend gdata mailing list archive at Nabble.com.


没有评论: