I am trying to import the yahoo, msn,gmail address book contacts for the particular yahoo, msn, Gmail Email ID's. The process is first entering the yahoo, msn, or Gmail email id and password and after submitting the form, i am trying to get the yahoo, msn, Gmail address book contacts for that particular email id.
Please Tell Me How to Do it. And How to connect Third Party Server, is There any web services are provided. please Mail me smaple code and how to do it. please Give me a Solution.
I doubt that web services will be involved in doing this. Most likely you'll find yourself doing some sort of screen scraping. So a library like jWebUnit (on SourceForge) would be useful. It allows you to simulate web conversations programmatically.