I am trying to get a Facebook page posts with count of comments and likes for each post.
For likes there is a parameters I can pass which is summary = true and total_count . I tried this
page_id?fields=posts.limit(1).summary(1)
but nothing comes back.
I can not write FQL as it will be deprecated soon. I am writing php API.