Hi,

I think you are only missing contacts to make it less generic:
scope = "http://www.google.com/m8/feeds/contacts/";
  or
scope = "http://www.google.com/m8/feeds/contacts/user%40domain.com/";

For the feed you can use:
http://www.google.com/m8/feeds/contacts/default/full
  or
http://www.google.com/m8/feeds/contacts/user%40domain.com/full

If you are using AuthSub, please double check that you are setting the
"hd" parameter for your Google Apps domain:
http://code.google.com/apis/accounts/docs/AuthSub.html#AuthSub

Cheers,
Julian

On Jan 15, 5:34 pm, andrew <[email protected]> wrote:
> 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