I am trying to get email contact from hotmail with php or javascript. I have read that windows live api return only hash of the email contact, and it is proved by the code example: http://isdk.dev.live.com/ISDK.aspx
But some web site like facebook can retrieve the plaintext of email contact from hotmail. How it is possible?
Thanks a lot.
Simply change the scope to:
wl.basic,wl.contacts_emails
You can test this code (dont forget to [SECRET API KEY] with your api key) :