Skip to content

satwikareddy3/webhooks_test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webhooks_test

Simple test server to receive and show webhooks received from Facebook.

1/ Deploy to heroku

Deploy

Configure APP_SECRET, VERIFY_TOKEN under config variable settings for your project from the Heroku developer dashboard:

  • APP_SECRET is obtained from the Facebook developer dashboard for your app. This is needed to verify that an update came from a Facebook server.
  • VERIFY_TOKEN is your "password" for setting up a webhooks subscription.

2/ Setup your webhooks subscription from the webhooks dashboard on facebook for your app.

  • The URL should be your app URL and /webhooks, e.g. https://{heroku-url}/webhooks
  • The verify token should be what you configured in the previous step.

3/ While it is running, it will list received webhooks updates in chronological order at https://{heroku-url}, and you can also look at heroku logs for any errors.

About

Simple test server to receive and show webhooks received from Facebook

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%