I can't find any documentation in the new Facebook Graph/Authorization API documentation about how to handle post-remove callbacks from the Facebook server.
With the REST API, this page described how to handle this.
Any ideas on how to do this with the new PHP SDK?
Do we need to do the signature verification ourselves? What's the equivalent for fb_params
in the new Graph API?
Any ideas that you can share are appreciated.