I want to get the post id of the posts which used for the Facebook Ad Campaign to get retrieve the comments of this post. How could I do it?
If you’re looking for the post ID and the post was created via Make automation, you’ll need to store the post ID when the post is created. Most Facebook APIs or automation platforms like Make will return the post ID once the post is successfully created.
If you’re trying to find the post ID manually, you can simply open the post URL. For example:
https://www.facebook.com/xyzPage/posts/1234567890123456
In this URL, 1234567890123456
is the post ID. You can extract that number as the unique ID for the post.
Hope that clears things up! Let me know if you need further help.