Hi All,

Can someone help to confirm the steps to delete the Domain Shared
Contacts?  Here is what I have done using Java client library:

1) Create a query to "http://www.google.com/m8/feeds/contacts/
{MY_DOMAIN}/full" and set a max results to be very large (e.g. 4,000)
to ensure to get all the shared contacts
2) Call the  ContactsServer.getFeed() with the query and
ContactFeed.class to get the ContactFeed
3) Loop through the ContactFeed entries
4) Get the ContactEntry's editURL, e.g.
http://www.google.com/m8/feeds/contacts/{MY_DOMAIN}/full/dsfds3ksdfj03al39
5) Delete the shared contact by calling the ContactService.delete
(contactEntryEditURL)

I understand that it may take 24 hours to remove the shared contact so
that it won't appear in the auto-complete.  I have waited more than 24
hours.

Is there way to verify the ContactEntry is deleted?  I see there is a
has ContactEntry.hasDeleted() method, but I don't see any result
(seeing my deleted contact entry).

How to dump the ContactEntry out to a simple String to see the actual
its XML ATOM format?

Thanks,
Sting

On Jul 3, 5:52 am, Daniel <[email protected]> wrote:
> Thanks!
>
> On 3 Juli, 14:41, Andre Roy <[email protected]> wrote:
>
> > Daniel wrote:
>
> > >> At least I think that's what I did.
>
> > > It seems to work, I did a listing of mysharedcontacks through the
> > > API and found my recently addedcontact. However I can't find the
> > >contactin the Contacts view and it doesn't show up when I start
> > > typing an email address i gmail, normal?
>
> > Wait a day. It seems to take quite a while for them to actually show up
> > in the email interface. I have no idea why  :(
>
> > --
> > Andre -- Yes, there _are_ stupid questions.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to