Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.69K
1 Posted Topic
Hi Please try this using php Its work for all. <?php $req = new Google_HttpRequest("https://www.google.com/m8/feeds/contacts/default/full?alt=json&max-results=100&v=3.0"); $val = $client->getIo()->authenticatedRequest($req); $temp = json_decode($xmlresponse,true); foreach($temp['feed']['entry'] as $entry) { echo $cnt['title']['$t'] . " --- " . $cnt['gd$email']['0']['address'] . "</br>"; } //echo "<pre>";print_r($temp);// Print all the field ?> You can get all the field.
The End.
gelani_1