I am trying to write a quick script that would help me pick up random people who liked a post on my page for an award (your typical giveaway).
So far I have been trying to get used to the FB API, so I am using Facebook Graph Explorer. I have managed to generate a Page token (I am the admin of the group) and tried to get some information about the posts on the Page
{page-id}/posts?fields=id,message,created_time,shares,likes{name}&limit=2
The response, however, misses the likes
key, and on the left hand side where you can add the fields (graph explorer new UI), likes
becomes greyed out. All other keys are returned as requested.
I haven't found any mention of the depreciation of this field for the page owners. Do I need any additional credentials?