facebook_webhook/
lib.rs

1//! [Official doc](https://developers.facebook.com/docs/graph-api/webhooks)
2
3pub mod event_notifications;
4pub mod topics;
5pub mod verification_requests;