For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • Cloudflare
    • GETpayload example
    • POSThttps://social-media-posting-dev.deao.workers.dev/post
      • POSTInternal Reply (DM): https://graph.facebook.com/v25.0/{fb_page_id}/messages
      • POSTPublic Comment Reply: https://graph.facebook.com/v25.0/{fb_page_id}/replies
LogoLogo
CloudflareComment Replies Internal Mds IN Dev

Public Comment Reply: https://graph.facebook.com/v25.0/{fb_page_id}/replies

||View as Markdown|
POST
/v25.0/17978681876999742/replies
POST
/v25.0/17978681876999742/replies
$curl -X POST "https://graph.facebook.com/v25.0/17978681876999742/replies?appsecret_proof=3d001fb0a8fb53ed1daeeae1015eee0aeed81e5e5a8969d2d6dc851846c2980f" \
> -H "Content-Type: application/json" \
> -d '{
> "message": "¡Hola! Te enviamos el precio por DM 👋"
>}'
200Successful
1{}
Was this page helpful?
Previous

Internal Reply (DM): https://graph.facebook.com/v25.0/{fb_page_id}/messages

Built with

Headers

accstringOptional

Query parameters

appsecret_proofstringOptional

Request

This endpoint expects an object.
messagestringRequired

Response

Successful response

Internal Reply (DM): https://graph.facebook.com/v25.0/{fb_page_id}/messages