Graph Api return exactly number of "likes" but not enough for who like that post.
result for print_r:
[likes] => Array
(
[data] => Array
(
[0] => Array
(
[name] => Mai Khánh
[id] => 100000041712337
)
[1] => Array
(
[name] => Thinh Truong
[id] => 100000273822852
)
)
[count] => 4
)
Any idea for that ? I found some question nearly similar to mine, but not the same.