在asp.net应用程序中阅读Hotmail联系人

问题描述:

将HOTMAIL用户联系人读入asp.net应用程序的最佳方法是什么?
请提供任何代码示例/建议...

What would be the best way to read HOTMAIL user contacts in to asp.net application?
Any code sample/suggestions please...

Hotmail不支持开放授权.相反,他们使用自己的实时API.

请参阅下面的链接,
http://msdn.microsoft.com/en-us/library/live [ ^ ]

还要检查示例代码
http://archive.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName = messengerconnect& DownloadId = 12966 [ ^ ]

这将使您有足够的想法开始.

欢呼
Hotmail does not suppor Open Authorization. Instead they use their own live API.

Refer to the link below,
http://msdn.microsoft.com/en-us/library/live[^]

Also check the sample code
http://archive.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=messengerconnect&DownloadId=12966[^]

This will give you enough idea to start.

cheers


Live Connect API会在hotmail用户的联系人列表中提供电子邮件ID的哈希值,而不是实际的电子邮件ID.
可用于获取Hotmail用户的电子邮件ID的任何方法.
请提出建议...

谢谢
Live Connect API gives hashes of email IDs in hotmail user''s contact list and not the actual email ids.
Any method that can be used to fetch email IDs of a hotmail user.
Suggestions please...

Thanks