Skip to content

Commit c916ebc

Browse files
committed
Update README.md
Adding hyperlinks to README
1 parent a59c4ba commit c916ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heroku/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a sample client for [Facebook's Graph API Webhooks](https://developers.f
77
### Heroku
88
1. Deploy with this button: [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/fbsamples/graph-api-webhooks-samples)
99
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).
1111

1212
### Facebook
1313
1. Create a new [Facebook application](https://developers.facebook.com/apps).

0 commit comments

Comments
 (0)