Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can I mark posts as spam on my wall or the page's wall, which I manage using my application? I have read_stream, manage_pages and publish_stream permissions. I've tried to google it and to search in FB documentation, but found nothing.

update

Can I later un-spam that post via API?

share|improve this question

1 Answer

up vote 1 down vote accepted

you cant update a post, you just can delete it via api. see https://developers.facebook.com/docs/reference/api/post/ for more info.

share|improve this answer
no I don't want to delete it, in my application I have delete button also, that actually do that and I need spam button that will mark post as spam – haynar Dec 20 '11 at 13:15
mark it as spam is updating, and as i said, its not supported via api. – Rufinus Dec 20 '11 at 13:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.