Tagged Questions
The import-contacts tag has no wiki summary.
4
votes
1answer
448 views
Ruby on Rails grabbing Yahoo contacts on “Contacts” gem
I installed "contacts" gem on my local machine, wrote some code to get yahoo, gmail and hotmail contacts, and it was running smoothly. I moved the code to a server for testing, my gmail and hotmail ...
3
votes
1answer
123 views
Rescue Authentication Error while retrieving contacts from cardmagic/contacts gem
I am using cardmagic/contacts gem to import contacts from email addresses in my application. It is working fine but my problem is I want to catch the authentication error like wrong username/password ...
3
votes
2answers
506 views
PHP Email Importer (from CSV, Gmail, Outlook, etc)
I'm looking for a PHP solution that will allow me to import an email contact list (along with other information such as name, address, phone, etc) from a CSV spreadsheet, Gmail, Outlook, and other ...
3
votes
3answers
6k views
Free API for Friends Invite from Gmail,Yahoo,AOL,Hotmail PHP Ajax [closed]
I need any opensource api for implementing address book imports for friend invites from Gmail, Yahoo, Hotmail, Aol etc..., it may be written in ajax, php or javascript.
openinvite.com is there but I ...
3
votes
3answers
357 views
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 ...
3
votes
2answers
6k views
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 ...
2
votes
1answer
46 views
What's the best or a good contact importer?
I want to import contacts from gmail, facebook, yahoo, hotmail etc.
I found openinviter and it seems to be nice but I couldn't make it work until now...
Here's my try :
...
2
votes
1answer
56 views
Error while importing contacts from AOL
I am trying to import all my AOL Email contacts in my web application. For that I am using cardmagic gem given at
I forked the code & replaced following code
AOL_NUM = "29970-343" # this seems ...
2
votes
2answers
278 views
How to integrate openinviter code in asp.net?
I am developing a Social Networking Site using Asp.Net and C#.There is an option for All users to import their contact from deferent mails eg:- gmail,Hotmail,yahoo,reddiffmail etc...
I found some ...
2
votes
1answer
387 views
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)
1
vote
2answers
49 views
How can I get only some particular or selected contacts from my contact list?
How can I get only some particular or selected (multiple) contacts from my contact list and make a group with those selected contacts?
Intent intent1 = new Intent(Intent.ACTION_PICK, ...
1
vote
3answers
662 views
How to get contacts detail of iphone and make CSV file of that contact
I want to get details of contacts in iPhone with all terms like First Name ,Last Name , phone number ,phonenumberType ,email address,emailAddressType etc.. Can anyone help me in that .. its urgent..
I ...
1
vote
0answers
26 views
Is there any application which allows a user to update their own contact details in outlook?
I'm not sure if this is exactly a programming question though, basically we have a huge database fo outlook contacts that need updating. We were thinking of looking for an online web based application ...
1
vote
2answers
414 views
How can i get contact list from gmail or yahoo or rediffmail using C#.net
I am developing a web application using C#.net and Asp.net.
There is an option to Bulk invitation to friends.
For This, Logined user can import their Contacts from their email accounts
(like
...
1
vote
1answer
726 views
Windows Live Contacts API Error on Getting E-Mail hashes - JavaScript
The following codes for the Window Live Contacts API to Get all email address from. Its works fine in login, log-out, and other authentications. I can collect all user information of logged in user ...
1
vote
1answer
334 views
Importing Facebook friends with API
The web based email provider GMX allows to import the facebook friends as contacts using facebook API. Does it mean it is possible to get the email address of facebook friends after authentication? If ...
1
vote
1answer
452 views
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:
...
1
vote
1answer
173 views
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 ...
1
vote
0answers
1k views
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 ...
1
vote
1answer
159 views
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).
...
1
vote
4answers
7k views
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 ...
0
votes
1answer
47 views
Syncing iphone contacts with Rails
I have built my Rails model schema to match the iphone contacts, which includes multi-value email associations, etc. I have a controller action that imports an entire contacts array (likely 1,000+ ...
0
votes
1answer
46 views
How to use openinviter with twitter and facebook?
I'm trying to use openinviter. It works well for yahoo, gmail, hotmail but I can't make it work for facebook and twitter. However, the openinviter website tells that facebook & twitter service are ...
0
votes
0answers
30 views
How to retrieve contacts picture on Yahoo contacts API? [closed]
I am using the Yahoo Contacts API but I can't seem to find how to pull contacts picture.
0
votes
1answer
98 views
how to get contact list in list view in android?
i want to retrieve all contacts from the phone to our own list view but the code is opening the phone's contact list...this is my code for the class i am using to get the contacts..i am using contact ...
0
votes
1answer
210 views
Facebook Contact Importer using PHP
I recently developed contacts importer for Gmail and Yahoo. However, I come to know that Twitter doesnt give any contacts(email) using oAuth. So, I wanna know whether Facebook allows to import the ...
0
votes
1answer
219 views
Problem with importing contact from outlook different version through .net code
I created code for importing contact from outlook. Created application in .net framework with version 4.0 in C#.
code is as follows -
OutLook._Application outlookObj = new OutLook.Application();
...
0
votes
4answers
202 views
How to Import contacts from different social apps
I am developing a social application using ASP.net and C# under .Net Framework 4.0.
I need to provide a facility to import/export contacts from the following:
Gmail
AOL
Yahoo
Hotamil
Microsoft ...
0
votes
0answers
23 views
No mail addresses in PortableContacts
Anybody know why Windows Live Contacts Api in PortableContacts version do not return any email address? In other types of data, this problem also occurs.
0
votes
1answer
52 views
What do I enter into the fields for obtaining a Yahoo API Key?
It asks for the Application URL and the application Domain what am I supposed to fill in those fields....the formatted suggestions in the form entries are a bit confusing.
Thanks!
0
votes
1answer
192 views
How to modify OpenInviter to check if those contacts are already on database (and already invited?)
I have OpenInviter running successfully (not for facebook though?)
But i'd like not to send to already members invites o send duplicated invites (but first solves both for me)
how can i prevent ...
0
votes
1answer
87 views
Is there a nice/customizable tool to import móst relevant contact list sites? (google,faceboo,yahoo,.. in one)
i know about openinviter but it only works with gmail for me..
do you know a open nice one?
thank you!
0
votes
1answer
558 views
Are there any free open-source contact importer libraries for PHP? [closed]
Ideally something that is CodeIgniter-friendly, but it's cool if it's not.
0
votes
1answer
620 views
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:
...
0
votes
1answer
946 views
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 ...
0
votes
1answer
853 views
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 ...
-2
votes
0answers
43 views
Which free php contacts importer to use? [closed]
I'm looking for a free contacts importer in php to get facebook, twitter, gmail, yahoo, hotmail contacts. I found Openinviter but it doesn't work for facebook and twitter EVEN on the website example ...