Facebook Graph API not returning posts likes
I am trying to retrieve the number of likes for posts in a Facebook page. For instance, I am calling the following endpoint from Graph API explorer nba?fields=posts{message, likes} to retrieve posts from NBA page. But I only managed to…