For user, that has installed my application I can see permissions $facebook->api("/me/permissions");
But if I asked from user when he installed my app permission to get likes of his friends, when I have array of likes:
array(1) { ["data"]=> array(0) { } }
I don't know if he really has 0 likes, or I haven't permission to see it
$facebook->api("/FRIEND_ID/permissions") also returns array(1) { ["data"]=> array(0) { } }
How I can know it?