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.

I need to keep a copy of a pages wall in my database. It should be up-to-date at any time.

Therefore I tried the new realtime-update and they are usefull to avoid pinging but they don't give me concrete information about what has changed. My problem is that if I use the Graph API I can't see any deleted posts.. I don't know THAT a post is deleted (because facebook gives me no information about whether a post was created or deleted) and I don't know WHAT post is deleted, so that I could find that post in my database.

My only way is a completly synchronization and I really want to anvoid that.

Hopefully someone can help me!

share|improve this question
hi i have the same problem look at this post stackoverflow.com/questions/12392381/… – Caroline Craipeau Oct 18 '12 at 13:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.