Hi Jason, Now I know this isn't an end-all-be-all solution, but works pretty good for me.
Small sample usage example
*include_once ('../classes/class.Gmail.php');
$gmail = new gmail();
$gmail->setOption('email', $user['gmailEmail']);
$gmail->setOption('password', $user['gmailPassword']);
$gmail->login();
$results = $gmail->getContacts("4000", date('Y-m-d'), $showDeleted);
$c = $gmail->parseContactsFeed($results);*
Hope this helps a little.
--
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
<<attachment: class.Gmail.php>>
