- 授权协议: MIT
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/contact-list/
软件介绍
ContactList 用于获取用户的msn和邮箱联系人列表,支持的邮箱包括hotmail, gmail, yahoo, sohu, sina, 163, 126, tom, yeah, 189和139。
示例代码:
try {
ContactsImporter importer = ContactsImporterFactory.getHotmailContacts(username, password);
List contacts = importer.getContacts();
for (Contact contact : contacts) {
System.out.println(contact.getUsername() + ": " + contact.getEmail());
}
} catch (ContactsException ex) {
ex.printStackTrace();
}
Hatching Twitter
Nick Bilton / Portfolio Hardcover / 2013-11-5 / USD 28.95
The dramatic, unlikely story behind the founding of Twitter, by New York Times bestselling author and Vanity Fair special correspondent The San Francisco-based technology company Twitter has become......一起来看看 《Hatching Twitter》 这本书的介绍吧!
