How to access email address book in your web application
Posted in Rails, Ruby, Ruby on Rails, ror on March 26th, 2009 by admin – 6 CommentsMySpace, Twitter allows you to import address book from all the providers. With the help of that functionality user can invite their friends to join their network easily. (there is no need to type each and every email address manually).
In One of my web application I have to implement the same functionality that give users access to their up-to-date address book from my website.
I found three options for the same functionality.
1. Plaxo
Its is a third party integration. It is free and easy to implement. The Address Book Access Widget is a simple-to-implement snippet of JavaScript that you can embed on any web page. The Widget allows visitors to a particular site to (1) seamlessly import contacts from multiple address books, (2) select entries, and (3) enter selected data into web page forms.
2. Octazen’s Contacts Importer (Address Book Grabber)
They also have a ruby version and that will cost you around $300
Visit the following url to order that package http://www.octazen.com/store.php
3. Contacts a ruby gem or plugin
It will allow you to grab contact list from Hotmail, Gmail, Plaxo and Yahoo.
How to get?
How to use?