When using PHP API posts‘ likes comes in this detailed format
[likes] => Array
(
[data] => Array
(
[0] => Array
(
[name] => Ergec Senturk
[id] => 614603990
)
)
[count] => 1
)
but likes of comments are only given as a counted number not in detail
[likes] => 1
How can I get comments‘ likes in detailed format?
Edit: I’m using this to get posts
$facebook->api("/$pageid/feed");
Ok I found it. Here is the solution for future Googlers
comment_id is the one in this format xxxxxxxxxxxxxxx_xxxxxxxxxxxxxxx_xxxxxxx