How can I get the deleted comments for some posts
I'm writing a Facebook application that gets posts and comments from the user's page and stores them in the DB. In the front-end of my site, I'm showing the information from my DB, but I have a problem. When someone开发者_高级运维 deletes some comments, that comment still exists in my DB.
Is there a way to get removed comments for particular posts? Maybe removed comments still accessible from graph api and marked as removed for some period of time?
精彩评论