zumi53 / google-api-php-client

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

Contacts return blank info #437

Closed GoogleCodeExporter closed 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

GoogleCodeExporter commented 8 years ago
This issue tracker is now closing. Development on the Google PHP client library 
moved to GitHub with the release of the 1.0.0-alpha, and now the 1.0 branch has 
reached beta status there will be no further releases of the 0.6 branch of the 
library. 

Please take a look at the latest version on 
https://github.com/google/google-api-php-client

For information on migrating, please take a look at this guide: 
https://developers.google.com/api-client-library/php/guide/migration

For general library support please ask a question on StackOverflow: 
http://stackoverflow.com/questions/tagged/google-api-php-client

If you are looking for support with a specific API, please contact the team 
working with that API via StackOverflow or their preferred support mechanism. 

If your issue still exists with the new version of the library, please raise a 
bug in the GitHub issue tracker with a minimal code sample. 

Thanks!

Original comment by ianbar...@google.com on 22 Jan 2014 at 4:56

GoogleCodeExporter commented 8 years ago

Original comment by ianbar...@google.com on 22 Jan 2014 at 4:56