After long search i found one solution to grab the gmail contacts using php classes.
This class can be used to grab the contact lists of an Gmail user.It can authenticate in Google with the user name and password of a given account. Then it can retrieve the contact lists from the Gmail user address book.The retrieved contact lists are parsed and returned as arrays.
GrabGmail .class
How to use it:
just call this class by using object and pass gmail username and password as arguments
This class can be used to grab the contact lists of an Gmail user.It can authenticate in Google with the user name and password of a given account. Then it can retrieve the contact lists from the Gmail user address book.The retrieved contact lists are parsed and returned as arrays.
GrabGmail .class
<?php class GrabGmail |
just call this class by using object and pass gmail username and password as arguments
<?php require_once("GrabGmail.class.php"); |
No comments:
Post a Comment