I am working on a windows 8 metro app where I need to read phone numbers of my windows live contacts. The project is in javascript and it uses "WL.API" kind of methods to contact with Live. I am able to retrieve firstname and lastname but not the phone number of a live contact using the scope "me/contacts"...
Asked
Active
Viewed 140 times
0
-
possible duplicate of [Get contact's phone numbers and emails using the Windows Live/OneDrive REST API](http://stackoverflow.com/questions/6785828/get-contacts-phone-numbers-and-emails-using-the-windows-live-onedrive-rest-api) – Oct 07 '14 at 13:59
1 Answers
0
Phone number does not appear to be a return value of me/contacts. See the Interactive SDK and the docs.

JP Alioto
- 44,864
- 6
- 88
- 112
-
does Microsoft.live.services.contacts fit the purpose?? How to use this class in win8 consumer preview?? – user1472423 Jun 25 '12 at 12:36
-
1Do you have any idea of which scope helps in retrieving phone number?? – user1472423 Jun 27 '12 at 05:20