def post_facebook(caption: str, media_path: str | None, region: str, timezone: str, content_type: str):
    """
    Implement via Meta Graph API for Pages (photo/video publishing).
    """
    print(f"[FB] region={region} type={content_type} caption={caption[:40]} media={media_path}")
