I am new to stackeoverflow. I am trying to retrieve email address of contacts from Hotmail in asp.net.But its giving email hashes.
How can i get the email address of the contacts?below is the response i get from the API.
{
"id": "contact.ca49847541d000000000000000000000000",
"first_name": abc,
"last_name": xyz,
"name": "test@test.net",
"gender": null,
"is_friend": true,
"is_favorite": false,
"user_id": "XXXXXXX4d520c",
"email_hashes": [
"abbfa2d656170aa1b4bd596047b98f0a2cc7b106ccfd83434e6caff01c2bdd77"
],
"updated_time": "2011-11-12T08:15:26+0000"
}