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/
[email protected]/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 On 14 dic, 16:23, "Julian (Google)" <[email protected]> wrote: > 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 > > On Dec 10, 9:11 am, Amit <[email protected]> wrote: > > > Pls help the code in java > > > On Dec 10, 1:45 pm, Amit <[email protected]> wrote: > > > > Hi i am new to google app engine. > > > > Is there any sample implemented code present for domain shared > > > contracts api. > > > > Pls help > > > > thanks > > > Amit -- 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.
