Sending notification now is pretty easy. I have fallowed the dev docs here and done that.
I was wondering if it is possible to check if user has seen it and if not then overwrite it.
For example - I notify user that new product that might be of interest for him has been added to my database. I do it almost real-time. Now if 5 products are added within one hour user would get 5 fb notifications which would be pretty anoying experience for him. Much better user experience would be if he would get one notification saying that 5 products has been added.
When sending notifications I can add ref
parameters that is used to group my notifications.
I am using PHP SDK v5.
Notifications can only be sent, you cannot access them after that in any way. There is no API for it.