Actually I want to give a functionality in my web application. What i need is
As you have mostly seen when ever you register yourself with comunity related sites using existing id like abc@yahoo.com or
xyz@gmail.com after registering they fetch all the id list from your existing ids address book and ask you to do you want to send an invitiation to the
following users. and the list of users are those which is picked up from your address book.
Have you any idea how to implement this functionality?
Let say if you are registering with my site using your gmail or yahoo or rediffmail id I want to fetch all the ids from
You should be looking for an API for each service. This is the developers toolkit.
After a quick search it seems that Google at least doesn’t have an opensource gmail API. There are a few third party options. Here’s some interesting if not helpful reading. At least to get you on some track.