how to get the friends list (below) into and out from a iDictionary?
Example
{
"data": [
{
"name": "John Smith",
"id": "111"
},
{
"name": "Alice Smith",
"id": "222"
},
{
"name": "Mary Smith",
"id": "333"
}
],
"paging": {
"next": "https://graph.facebook.com/me/friends?format=json&limit=5000&offset=5000&__after_id=100003243976011"
}
}
1 Answer