Write like this,
URL feedUrl = new URL(
"http://www.google.com/m8/feeds/contacts/default/full");
Query myQuery = new Query(feedUrl);
* myQuery.setMaxResults(10000);*
ContactFeed resultFeed = myService.query(myQuery,
ContactFeed.class);
...Gopi.
On Tue, Apr 28, 2009 at 11:34 AM, Charlie Wood <[email protected]>wrote:
>
> You need to use the max-results parameter:
>
> http://code.google.com/apis/contacts/docs/2.0/reference.html#Parameters
>
> Regards,
> Charlie
> Spanning Sync
>
>
> On Apr 28, 10:24 am, Prashant Gupta <[email protected]> wrote:
> > i have more than 200 contacts in my gmail contact list. i'm using
> following
> > url to fetch contacts, it fetches random 25 entries only. any idea what's
> > the problem??
> >
> > http://www.google.com/m8/feeds/contacts/[email protected]/full
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Contacts API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-contacts-api?hl=en
-~----------~----~----~----~------~----~------~--~---