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.