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: heroku/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This is a sample client for [Facebook's Graph API Webhooks](https://developers.f
7
7
### Heroku
8
8
1. Deploy with this button: [](https://heroku.com/deploy?template=https://github.com/fbsamples/graph-api-webhooks-samples)
9
9
1. Test your deployment with `curl https://<your-subdomain>.herokuapp.com` - you should see "It works!".
10
-
1. For handling webhook post request validation, ensure your Heroku app has an `APP_SECRET` config var that you can obtain from your Facebook app settings.
10
+
1. For handling POST request validation, 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).
11
11
12
12
### Facebook
13
13
1. Create a new [Facebook application](https://developers.facebook.com/apps).
0 commit comments