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!