I am looking for a solution which I can get that last 50 comments to the page’s wall, or all comments in an hour to the page’s wall and posts date wont matter, could be posted 2 years before but If gets a comment in an hour I need to get it. I don’t want to get all posts and look one by one.
thank you for your effort
The first one is easy. Issue an API call to this endpoint:
You will be restricted to the normal limits of
feed, so the comments returned here will only be those made on the last 30 days or 50 posts, whichever is fewer.If you want the last 50 comments, you’ll need to use FQL.
Keep in mind that Facebook’s filtering algorithms operate after FQL. You may need to increase the
LIMITvalues substantially to be guaranteed get 50 results.