What can i do i just wanted to create a webhook for instagram but in app developer it show this pop up screen when i click on

can anyone guide me what is this problem and how to solve this

Hey!

I searched around and it could be happening due to a few reasons:

  • Deprecated (old Instagram API endpoints no longer exist).
  • Restricted (requires app review or special permissions).
  • Unavailable to your account type (personal apps vs. business apps).

You should use Instagram Graph API, which is tied to the Facebook Graph API and requires:

  • A Facebook Developer account.
  • A Business or Creator Instagram account (not personal).
  • The Instagram account must be linked to a Facebook Page.
  • In your Meta app, you must add the Instagram Graph API (under “Add Products”).

To create webhooks, you need to configure the Webhooks product in your app and subscribe to instagram fields.

  • Go to Meta for Developers Apps
  • Create a new app with Business type.
  • In Add products, choose Instagram Graph API and Webhooks.
  • Set up your webhook endpoint (URL + verify token).
  • Subscribe to the Instagram fields you need (e.g., comments, mentions).

Let me know if this help or I can assit further :slight_smile: