import-contacts

Importing contacts from the top webmail services

Is anyone familiar with a service or open-source scripts that can import contacts from Gmail, Yahoo mail, AOL, Hotmail and other prominent webmail services? (Not plaxo, it has a problem in IE7) ...

What is the full list of Hotmail/Windows Live mail domains?

I've changed our website's contacts import mechanism to use the Windows Live Contacts API for importing contacts from Hotmail. Now I'd like to be able to detect when an email a user gives us is a hotmail email address so I can route them through this path. Currently I'm leaning towards just using a regex to match something like /^(ms...

What's wrong with this gmail contact importer script for Drupal?

Drupal has a gmail contact importer module that's been oh-so-close to working for about 7 months now. I don't have the chops to debug the problem, the maintainer vanished, and I think this is an important piece to have working. So I turn to StackOverflow for help. The Problem: When you fill in your credentials and tell the script to b...

Google Contacts API - too risky?

I'm considering using the Google Contacts API for a webapp, but I'm worried that a user might have a bad experience that could be blamed on me. I intend to use the data in a responsible manner, I could get blamed for somebody else's misuse of it. Has anyone else had this? What did you do about it? ...

importing contacts from outlook and plaxo

Hi im writing a script fo a pop up window that will fetch all the users outlook/plaxo contacts. So a window is displayed on a website, user then can choose between outlook or plaxo for their contacts to be fetched. Once fetched these contacts will be displayed in a list and the user can then send an invitation. Here is a reference, htt...

openinviter plugin problem

Hi, I am using openinviter plugin which i got from http://openinviter.com. It works fine. But it does not show anything when contacts are more..like 2000 When i pull contacts from twitter,it only shows some latest contacts..i dont know where are other contacts.. can anyone help me with this?This is the critical part of my site..Ple...

Get address in contacts using Android SDK

I'm trying to retrieve the contact's name, phone number, and address from the android contact list. The name and phone are pretty straight forward but the address seems to not be accessible with the 1.6 api level. Has someone figured out how to get a contact's address? Also there's a completely new api in 2.0. How can I take advantage o...

Free API for Friends Invite from Gmail,Yahoo,AOL,Hotmail PHP Ajax

Hi, i need any opensource api for implementing address book import for friends invite from Gmail,yahoo,hotmail,aol etc ... its may be ajax or php or javascript . openinvite.com is there but i cant download it for loacl testing since it asking valid website domain . conatact grabber is also but got some problem in using it finally i g...

Best way to associate phone numbers with names

My application stores lots of its users friends' phone numbers. I'd like to allow users to associate names with these phone numbers, but I don't want to make users manually type in names (obviously). I'm curious what the best overall approach is here, as well as the best way to implement it Overall approach-wise, I imagine using Gmail ...

Does AOL have a contacts api?

In their dev site,AOL says the contacts api would coming soon from the year 2008-_- but I can't find anything about it since then, and I find in window live add contacts site: http://cid-7b76c1c8e1ade1ea.profile.live.com/connect/ They have a program to port contacts from AOL, that is this only for Microsoft. Is there another method to d...

import yahoo/MSN and AOL contacts using asp.net (vb.net)

I need to import yahoo,Live and AOL contacts list. I have already done gmail(their website has the whole hting explained properly). but cannot find much help for live, yahoo and aol for vb.net. Any help will be appreciated. some small source code or where to download API's. Thanks ...

how to import yahoomail contacts to another web application

I have a web application where user can create his/her account.I want that user can import email contacts from his/her yahoo account.How can I do that? I thnk I havr to use yahoo API or some services kind of.???? ...

how to use gsmComm lib to import phonebook data

I would like to retrieve the phone book data from SIM using GSMComm lib in C#. (SIM Card is inserted into a USB Modem) However, I do not know how to use the these methods to retrieve the data: -FindPhoneEntries() -ReadPhoneEntries() -DeletePhoneEntries() I could not find the according syntax to call these Phonebook method. Could you c...

Are there any free open-source contact importer libraries for PHP?

Ideally something that is CodeIgniter-friendly, but it's cool if it's not. ...