Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt

Use this file to discover all available pages before exploring further.

What it checks

If media is empty or absent, text.trim().length > 0. Facebook supports text-only Page posts but not empty ones.

Failure response

{
  "error": {
    "code": "preflight_failed",
    "rule": "facebook.text.required",
    "platform": "facebook",
    "message": "Facebook posts without media require non-empty text."
  }
}

Remediation

Provide non-whitespace text or attach media.