Inputs
SelectItem
SelectableOption
Output
Type:List[Dict]
Returns a list of posts. Published posts include permalink and engagement counts; scheduled posts include the scheduled publish time. image_url is the post’s full_picture and attachments is Meta’s raw attachments payload (media image/video source URLs, targets, subattachments per photo). Media URLs are signed CDN links that expire after a few days, so use them right away rather than storing them.
Fields: post_id, message, created_time, media_type, status, image_url, attachments, permalink_url, reactions, comments, shares, scheduled_publish_time
Example:

