Domain shared contact api

158 views
Skip to first unread message

Amit

unread,
Dec 10, 2009, 3:45:46 AM12/10/09
to Google Contacts API
Hi i am new to google app engine.

Is there any sample implemented code present for domain shared
contracts api.

Pls help

thanks
Amit

Amit

unread,
Dec 10, 2009, 4:11:58 AM12/10/09
to Google Contacts API
Pls help the code in java

Julian (Google)

unread,
Dec 14, 2009, 10:23:47 AM12/14/09
to Google Contacts API
Hi Amit,

For Shared Contacts, you can use the regular Contacts Java client
library:
http://code.google.com/apis/contacts/docs/3.0/developers_guide_java.html

The main difference are the URLs and that you need to use a domain's
administrator for authentication.

Cheers,
Julian

NMAGOCIO

unread,
Dec 15, 2009, 12:07:13 PM12/15/09
to Google Contacts API
Amit,

If you are using App Engine you will need to set up an RPC and run
your class on the server side.

isidoror

unread,
Dec 23, 2009, 6:27:50 PM12/23/09
to Google Contacts API
Hi there,
As far as I understood, in order to change from shared contacts to
regular contacts we only have to change de feed url.
URL postUrl = new URL("http://www.google.com/m8/feeds/contacts/
mye...@mydomain.com/full"); -> for regular contacts
URL postUrl = new URL("http://www.google.com/m8/feeds/contacts/
mydomain.com/full"); -> for regular shared contacts (need admin
password)

Is above correct? I mean, it just doesn't work. I know that might take
up to 24 hours. Anybody can provide some light here?
Thanks and regards,
Isidoro

Julian (Google)

unread,
Dec 27, 2009, 7:24:39 AM12/27/09
to Google Contacts API
There are two entries in our FAQ that may help:
http://code.google.com/apis/apps/faq.html#sharedcontacts

This group has been moved to the Google Apps API Help Forum
Please use the new forum: http://www.google.com/support/forum/p/apps-apis?hl=en

--Julian

Reply all
Reply to author
Forward
0 new messages