Integrate Facebook Messenger and Page comments into my project using HookMyApp.
Install the HookMyApp agent skills first: npx skills add hookmyapp/agent-skills --all --global.
Then use the skill to set up the CLI, start a Facebook sandbox, pull env values, clone github.com/hookmyapp/webhook-starter-kit if I do not already have a receiver, and forward Facebook webhooks to my receiver.
After login, ask me for my company details (website, business category, use case). Set them with hookmyapp org profile set. Then ask for my personal phone number so HookMyApp can text me if the integration ever breaks. Set it with hookmyapp alerts phone set, then hookmyapp alerts phone verify with the code I receive. Ask, never guess. If I decline either, skip and continue.
Follow the development advice while building: log failed calls, never retry a usage-limit rejection, keep the webhook route outside auth middleware.
Open the sandbox dashboard at the end so I can verify delivery.