This is a sample client for Facebook's Webhooks product and Instagram's Subscriptions API, powered by Node.js on Heroku.
-
Refer to Facebook's Webhooks sample app documentation to see how to use this app.
-
Deploy the sample app on Heroku with this button:
-
Register an Instagram API client.
-
Deploy the sample app on Heroku with this button:
-
Set up your client's subscription using your
https://<your-subdomain>.herokuapp.com/instagram
as the callback URL. It is recommended that you set aTOKEN
config var as part of the set up of your Heroku app to secure requests. If you choose not to set a config var, then you will need to set a verify token of 'token' when configuring the callback URL.
-
Deploy the sample app on Heroku with this button:
-
Refer to Threads' Webhooks Documentation and set up Threads Webhooks product as a sub use case under the Threads API main use case. Also, set up your webhooks callback URL as
https://<your-subdomain>.herokuapp.com/threads
. It is recommended that you set aTOKEN
config var as part of the set up of your Heroku app to secure requests. If you choose not to set a config var, then you will need to set a verify token of 'token' when configuring the callback URL.