I am having the exact opposite problem that I find in many searches. The graph API result for the page feed I am grabbing is including posts that the page administrator has deleted from display on the page itself (via the standard FB user interface).
I want to display a feed of recent activity on the site, but the client does not want certain content associated with the brand, so they need to be able to police the feed. Is there any way to identify “deleted” wall posts and not display them from the feed results?
The FQL
streamtable contains wall posts and supports a booleanis_hiddencolumn, so you could try a query liketo see whether it omits the deleted posts.
Running the query now I see 1 post from “Free Coupons” which has been hidden, and another which hasn’t – and it’s the latter that appears on the Skyline Chili page.
You can execute FQL via the Graph API using
/fql?q=select ....