Package
Ecosystem
Laravel Facebook Data Deletion
When a user revokes a Facebook app's permissions, Meta sends a signed HTTP callback to your server requesting deletion of that user's data. This package intercepts that callback, verifies its authenticity via HMAC-SHA256, stores a deletion record, and dispatches an asynchronous job that executes your custom deletion logic. It also exposes a status endpoint that Meta (or your own UI) can poll to confirm the deletion was processed.