My PHP app allows user sign in via both Facebook and Google which work great, but I'd also like to know when a user revokes/deauthorizes access.
For Facebook, it's easy to specify a deauthorization callback URL under Advanced Settings which will be called by Facebook with the user's Facebook ID. For Google, I found authentication guide which talks about revoking access but doesn't mention a callback.
How do I get Google to tell my app when a user revokes access? (i.e., by clicking a "Revoke Access" button here)