I am using OAuth 2.0, and I am wondering if there is any way to read gContact:relation. it doesn't show up when I download an xml contact feed, and when I download contact information for a specific individual it isn't there either, even though I can see through the web interface that they have relations.
I tried using "fields=relation", but that causes a 400 response code (works fine without fields=relation). Is there another way to indicate that I want this as part of the feed? I have tried the java API with OAuth 1.0, which returns the relations just fine.. but I have spent so much time maintaining that code, trying to decipher "invalid signature" errors and such, and it keeps breaking in different environments... too brittle. OAuth 2.0 seems waaay easier so far, except for this relation glitch. Is there a way to give OAuth 2.0 credentials to the Java API? Blagh, I just thought of something... what if I put the feed URL with the oauth 2.0 access token right into the service.getFeed() call. What are the chances that this would just work, when I have not seen documentation for it anywhere? Probably slim. I will try that tomorrow. My head hurts. -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" 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://code.google.com/apis/contacts/community/forum.html
