tags:

views:

104

answers:

2

Given the account and password, how to obtain the contact list of that account in msn? Are there any msn api can do this? Or I have to use the account and password to login and obtain the contact list.

+1  A: 

Officially the msn protocol isn't specified. But some people have been reverse enginering the protocol.

It's not an easy protocol, as you have to connect to several server before you have everything you need.

Note however that when microsoft changes the protocol again and drops old versions, you have to wait before the new protocol version is deciphered.

Ikke
+2  A: 

Is there a particular programming language that you wish to use?

There appears to be a PHP Class. You could also use something like libpurple to connect to the MSN network and download the list.

Tom