Hi all,

I'm using dotnetopenauth <http://www.dotnetopenauth.net> for authentication 
with Google, this works fine. Now I'm testing to add a new contact, but 
unfortunately I always get 400 Bad Request. The XML I supply looks like 
this:

<atom:entry xmlns:atom="http://www.w3.org/2005/Atom"; 
xmlns:gd="http://schemas.google.com/g/2005";>
  <atom:category scheme="http://schemas.google.com/g/2005#kind"; 
term="http://schemas.google.com/contact/2008#contact"; />
  <gd:name>
    <gd:givenName>Elizabeth</gd:givenName>
    <gd:familyName>Bennet</gd:familyName>
    <gd:fullName>Elizabeth Bennet</gd:fullName>
  </gd:name>
</atom:entry>

According to the Google Developer's 
Guide<http://code.google.com/intl/en/apis/contacts/docs/3.0/developers_guide_protocol.html#Creating>
  
the format should be correct. I think I don't have to supply all fields, so 
I just use these main fields for the initial testing. Now I get Error 400 
Bad Request and I don't know how / what to fix. Is there any chance to get 
more details about it?
Many thanks!

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

Reply via email to