Easily Integrate Facebook Webhooks with your application.
https://developers.facebook.com/docs/graph-api/webhooks/
Steps to receive Facebook Webhooks
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select Facebook. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
- Step 1
- Step 2
- Once a webhook is received from Facebook, you'll see it under the Live Logs section of your webhook source.
- Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Integrating Facebook Webhooks Using Javascript
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select Facebook. This will be the endpoint that receives webhooks on behalf of your application, and forwards them using the unified SDK.
- Step 1
- Step 2
- Once a webhook is received from Facebook, you'll see it under the Live Logs section of your webhook source.
- Next, follow the examples below to integrate the Hooky SDK in ruby or javascript, and start receiving webhooks.
Integrating Facebook webhooks with Hooky in your Javascript based application is straight forward. Just grab the SDK, and call a function when that webhook is received.
Integrating Facebook Webhooks Using Ruby
Integrating Facebook webhooks with Hooky in your Ruby or Ruby on Rails application is straight forward. Just grab the SDK, and call a method when that webhook is received.
Configuring Facebook Webhook Authentication
Here's how it works
Supported Facebook Webhook Events
messages
Subscribes to Message Received events
messaging_account_linking
Subscribes to Account Linking events
message_deliveries
Subscribes to Message Delivered events
message_echoes
Subscribes to Message Echo events
messaging_game_plays
Subscribes to Instant Game events
messaging_handovers
Subscribes to Handover Protocol events
messaging_optins
Subscribes to Plugin Opt-in events
messaging_policy_enforcement
Subscribes to Policy Enforcement events
messaging_postbacks
Subscribes to Postback Received events
message_reactions
Subscribes to Message Reaction events
message_reads
Subscribes to Message Read events
messaging_referrals
Subscribes to Referral events
standby
Subscribes to Handover Protocol Standby Channel events