0

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"...

Kate Gregory
  • 18,808
  • 8
  • 56
  • 85
user1472423
  • 101
  • 1
  • 12
  • 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 Answers1

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