I'm working on a Facebook App (the one hosted in iframe). In a scenario I cache user's permission in database, and rely on Facebook Realtime Update to keep my permissions cache in sync.
I notice that when user approve my app, Facebook does send POST to my Realtime endpoint. However, when user revoke a permission, there is no update.
Is it by design or I miss something?
In Facebook App setting I've subscribed to permission object and leave the fields as empty.
Troy