You can retrieve comments from a specific post using the Graph API by following these steps: bashCopy codehttps://graph.facebook.com/{post-id}/comments?access_token={access-token} Replace {post-id} with the ID of the post for which you want…
You can retrieve comments from a specific post using the Graph API by following these steps: bashCopy codehttps://graph.facebook.com/{post-id}/comments?access_token={access-token} Replace {post-id} with the ID of the post for which you want…