Windows live api get email contact vs email hash
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. You can test this code (dont forget to [SECRET API KEY] with your api key) : <?php function isEmail($email) { return filter_var($email, FILTER_VALIDATE_EMAIL); } function unfucked_base_convert ($numstring, $frombase, $tobase) { $chars =