Getting contacts of particular yahoo, aol, msn email ID’s using PHP Programming?
srini_r_r asked the question:
I have one doubt, please help me. Is it possible to get the contacts of particular yahoo email id, msn email id, aol email id. using PHP Programming.
Related posts:
- PHP programming for ContactUS Page? James Azad asked the question: Hi, Can someone please upload...
- How to run PHP programs on Yahoo Sitebuilder? eprobe2002 asked the question: I built a site w/ Sitebuilder...
- How to run PHP programs on Yahoo Sitebuilder? eprobe2002 asked the question: I built a site w/ Sitebuilder...
- Web Programming problem? PHP? wayiran asked the question: This is the codes of a...
- Web Programming problem? PHP? wayiran asked the question: This is the codes of a...
Filed Under Programming & Design |
Tagged With Msn Email, Yahoo Email, Yahoo Msn
Comments
2 Responses to “Getting contacts of particular yahoo, aol, msn email ID’s using PHP Programming?”
in short…
no
sorry. you’d have to use a bit of perl and stuff for that
It is possible in PHP. It’s not exactly easy though. You’d need to write a script that logs into each of these services and fetches the contact list. The script would need to know your login credentials for each account.
I’m assuming there’s no place online to easily view someone’s contacts without authentication. If there was, you could scrape that instead.