chatlasso

Docs / Meta app setup (vendor console) · 12 min

Meta app setup (vendor console)

The platform-level Meta app: webhook, verify token, redirect URI.

One app serves every workspace

chatlasso uses a single platform Meta app. Each workspace connects its own Instagram account through it via OAuth. This guide is for the platform operator (vendor console → Settings), not for individual creators.

Create the app

  1. In the Meta developer dashboard, create an app with the Instagram product, and add the Instagram API with Instagram Login setup.
  2. Copy the Instagram app ID and app secret into vendor console → Settings → Meta app. Saving mints a webhook verify token for you.
  3. Add the redirect URI shown on the settings card (the API's /api/autodm/callback URL) to the app's OAuth settings.

Wire the webhook

  1. In the app's webhook configuration, set the callback URL to the webhook URL shown on the settings card (the API's /api/autodm/webhook URL).
  2. Paste the verify token from the settings card. Meta sends a challenge; the API echoes it automatically once the token matches.
  3. Subscribe to the messages and comments fields for Instagram.

Webhook posts are signature-checked (X-Hub-Signature-256 over the raw body) with the app secret. Requests that don't verify are rejected.

Ready to try it on your next reel?

Start your 14-day trial