I am new to facebook programming and trying to read number of likes on certain posts.
"data": [
{
"likes": {
"data": [
{
"name": "xxx",
"id": "10005270697255"
}
],
"count": 1
},
"id": "100005270197255_103639323125074",
"created_time": "2013-02-19T17:13:25+0000"
},
How could i get number from "count"? :)