I tryed to use Shared contacts

                    ContactsQuery query = new 
ContactsQuery("https://www.google.com/m8/feeds/contacts/{exemple.com}/full";);
             
                    Feed<Contact> f = cr.Get<Contact>(query);
                    string contacts = string.Empty;
                    foreach (Contact entry in f.Entries)

But i not have any results.

-- 
You received this message because you are subscribed to the Google
Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html

Reply via email to