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
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.
So you only want the overall number of likes, the counter, but not the individual likes?
Then you should ask for the
summary
via field expansion:For each feed item, you will get a
likes
data structure that looks like this: