Live Messenger Enable Email Contact Export


Today at work, I was asked to investigate the problem with exporting contacts from Hotmail.

He worked last month when I wrote the library. To my surprise, this really did not work. I figured it out a bit and I noticed that Microsoft has made some updates to its API. Areas have been changed ... and permissions available with areas. Here is the line that bothered me

WL_Contacts.View - View information about the user and friends of users, except for email addresses.

They shared the privilege of receiving email addresses for contacts :(
What should I do to return emails in order to use my exporter again?

Do you have problems with the contacts of your contacts? If not, what do you use? What areas? Do you make separate requests for each user?

+3
source share
1 answer

First of all, you can find a lot of information about the new Windows Live Connect API here .

Here you can find version 5 of the API documentation.

If you want to register and create an application, you can do it here .

I hope this is enough to get you started (if you have not already found the links provided).

-2

All Articles