Is there a way to retrieve all facebook posts in the feed with their comments & likes in one API call?
Currently I have to make an API call to retrieve the feed and for each idividual post one more API call to get its comment and like counts. Due to this I always exceed rate limit!
I found this: Facebook graph API to fetch facebook feeds with comment count and like count but unfortunately FQL is not longer available, so I try to find another solution.