Skip to main content

All Questions

0 votes
0 answers
91 views

How to retrieve the media owner instagram id when receiving comments from webhook

I'm currently receiving comments via the Instagram webhook. However, the payload doesn't include the media owner's information (specifically the instagram user ID), making it challenging to determine ...
zach_21's user avatar
  • 181
0 votes
1 answer
603 views

Independently subscribe to Instagram and Facebook Page webhooks?

I know it is possible to subscribe to webhooks (for a Meta/Facebook App) for a specific Facebook page by using https://graph.facebook.com/{pageId}/subscribed_apps?subscribed_fields={fields}&...
Sten's user avatar
  • 1,109
1 vote
1 answer
345 views

Can we get shares an reactions in the response from an instagram story via webhook/api?

I am trying to setup a webhook to my cloudrun and pubsub service. Is there anyway in which i can get to see reactions and shares of my stories; The sample response does not seem to have a key value ...
shivam chowdhary's user avatar
1 vote
0 answers
2k views

Graph Api Webhook Instagram Comments

I try to integrate Instagram into my web app. I need receive webhook by each comment/reply in my media. But I couldn't identify webhook comment parent ID because webhook response doesn't contain such ...
M Usman Wahab's user avatar
3 votes
1 answer
2k views

Validating payload from Facebook webhook

EDIT: The comment by CBroe is the solution. Ensure the payload from Facebook is not parsed before making the hash. I'm trying to validate the contents of a webhook payload from the Instagram Graph ...
Lewis Donovan's user avatar
4 votes
1 answer
5k views

Why is the Instagram Graph API webhook not working

I am not able to get webhook calls when another user post a comment (with mentions) on another/my media. Just for testing purposes I set up a ngrok server for my webhook endpoint, which always ...
user avatar
0 votes
1 answer
632 views

Does the Webhooks for Instagram provide information when comment on Ad?

The Webhooks for Instagram does currently not trigger when a user comments on an Ad post. However, it does work with normal posts. I read the Webhooks for Instagram guidance on the support page. In ...
user3191371's user avatar