colachan / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
0 stars 0 forks source link

Contacts return blank info #437

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I use Google API to get contacts from Google. It return title, firstname, 
lastname blank. This is xml response

<entry gd:etag='"RX47fTVSLit7I2A9Wh5VEUwLRQc."'>
    <id>
    http://www.google.com/m8/feeds/contacts/test%40test.com/base/4bb31cd58aee424e</id>
    <updated>2013-12-03T22:53:54.005Z</updated>
    <app:edited xmlns:app='http://www.w3.org/2007/app'>
    2013-12-03T22:53:54.005Z</app:edited>
    <category scheme='http://schemas.google.com/g/2005#kind'
    term='http://schemas.google.com/contact/2008#contact' />
    <title></title>
    <link rel='http://schemas.google.com/contacts/2008/rel#photo'
    type='image/*'
    href='https://www.google.com/m8/feeds/photos/media/test%40test.com/4bb31cd58aee424e' />
    <link rel='self' type='application/atom+xml'
    href='https://www.google.com/m8/feeds/contacts/test%40test.com/full/4bb31cd58aee424e' />
    <link rel='edit' type='application/atom+xml'
    href='https://www.google.com/m8/feeds/contacts/test%40test.com/full/4bb31cd58aee424e' />
    <gd:email rel='http://schemas.google.com/g/2005#other'
    address='test%40test.com' primary='true' />
    <gContact:groupMembershipInfo deleted='false'
    href='http://www.google.com/m8/feeds/groups/test%40test.com/base/6' />
    <gContact:groupMembershipInfo deleted='false'
    href='http://www.google.com/m8/feeds/groups/test%40test.com/base/3094b87c0d7597a1' />
  </entry>

Original issue reported on code.google.com by phu...@gmail.com on 10 Dec 2013 at 2:23