I use facebook graph api and I encountered a problem relating to likes.
My request:

My goal is to find the count of the like. but the query timeout. What is the solution?
Thanx
I use facebook graph api and I encountered a problem relating to likes.
My request:

My goal is to find the count of the like. but the query timeout. What is the solution?
Thanx
Anderson Dev
On
Try the options below.
I confess that I have never seen this error in the Graph API, is very generic and it is difficult to give you a more accurate suggestion.
Copyright © 2021 Jogjafile Inc.
So you only want the overall number of likes, the counter, but not the individual likes?
Then you should ask for the
summaryvia field expansion:For each feed item, you will get a
likesdata structure that looks like this: