Dears
I would like to ask about Importing contacts from addressbook of yahoomail or MSN or Gmail
script?
or how this action is performed?
any one have a backgound about this?
or how can I do this?
wihses
Import Yahoo|| MSN|| Gmail Contacts from address book
Moderator: General Moderators
Re: Import Yahoo|| MSN|| Gmail Contacts from address book
It isn't trivial or easy. You need to write a script that connects to the site faking a browser connection with cURL or the snoopy.class. After logging in with the script you have to move to the contact page and parse your way through the html to get all the contacts or if they have an export feature, execute that link and download the data the parse it locally.