You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,5 @@
2
2
3
3
These are sample clients for [Facebook's Graph API Webhooks](https://developers.facebook.com/docs/graph-api/webhooks/) and [Instagram's Subscriptions API](https://www.instagram.com/developer/subscriptions/).
Copy file name to clipboardExpand all lines: heroku/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This is a sample client for [Facebook's Graph API Webhooks](https://developers.f
6
6
7
7
### Heroku
8
8
1. Deploy with this button: [](https://heroku.com/deploy?template=https://github.com/fbsamples/graph-api-webhooks-samples)
9
-
1. Test your deployment with `curl https://<your-subdomain>.herokuapp.com` - you should see "It works!".
9
+
1. Test your deployment with `curl https://<your-subdomain>.herokuapp.com` - you should see a list of received webhooks.
10
10
1. For handling POST request validation (optional, but suggested), set the `APP_SECRET`[config var](https://devcenter.heroku.com/articles/config-vars) using your app secret value from your [Facebook app's settings](https://developers.facebook.com/apps).
0 commit comments