Ragz wrote: > I am looking for an answer for this too. Anyone knows how to search > for a contact in PHP?
Hi Ragz, there's no way to query-by-name. If you want to find a contact with a given name, you have to retrieve all contacts then search for the name yourself. Here are the parameters you can use when searching: http://code.google.com/apis/contacts/docs/2.0/reference.html#Parameters As you see, name=blah is not there. Leni. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
