I would like to use Gdata client library in my Google Engine code to
access my contacts.

I have done this and got it working using:
scope = "http://www.google.com/m8/feeds/";
feed_url = ".../m8/feeds/contacts/default/base" (from GetContactsFeed
() )

But we are using Google Apps, and have our own domain for them.
e.g. Mail -> mail.mydomain.com

I'd like to access the contacts managed by the user in Google Apps in
the domain, not the Contacts that may or may not exist for the Google
account with user = [email protected] (GMail...).

So, I'd like to know the correct scope and feed_url to use to be able
to access them.

If there is some place where this is documented it will save me asking
the question again for Docs (docs.google.com vs. docs.mydomain.com on
Google Apps).

Note: the Google App Engine application is deployed and mapped into
the same domain, and hence resides at:
mydemo.mydomain.com

Hope that all makes sense, and it's not a stupid question

thanks
--~--~---------~--~----~------------~-------~--~----~
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