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.

is it possible to detect if a user has deleted a Facebook/Twitter post, posted by an API? Is there a callback or a call to check that status, say in a weeks time?

share|improve this question

1 Answer

up vote 0 down vote accepted

Facebook and Twitter do not "push" from their API. In order to track whether a particular user had deleted a post, you would need to check their timeline/wall on a regular basis. Each time you check the timeline, you would have to check the unique message IDs to see if a message that was there the last time you checked is now absent.

Even this will not be perfect. But it's about as good as you can do within the constraints of the APIs.

share|improve this answer
Sounds good, thank you. – dimoss Apr 15 '11 at 4:03

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.