Hi I am currently integrating the Facebook Unity SDK in my game and when I load an app request, I get this result from facebook:
{
"id": "453305136468701",
"application": {
"name": "TEST_APP",
"namespace": "test",
"id": "1409535269881375"
},
"to": {
"name": "Recipient Name",
"id": "100000195788968"
},
"from": {
"name": "Sender Name",
"id": "100001527898169"
},
"message": "TEST_APP is amazing! Check it out.",
"created_time": "2014-03-29T16:32:33+0000"
}
My question is now, how can I get for example the value of "id" from the field "from"?
Thank you in advance
↧