Context:
I have a facebook application that uses the facebook comment box.
In this application, the user can create an item for sale.
Product for sale is available on facebook_url_for_the_app/item/itemnumber .
When the user who created the item for sale (or any other user) renders a page for the created item, a facebook comment window is available.
Function Required:
Currently, if a user writes a comment, the user who created it will only know about it if he visits the page.
My idea for solving the problem:
I looked at FB.Event.subscribe('comments.create') , but there is no field for identifying a user other than the application administrator.
Question:
How can I tell my application to create a subscription to any comments created on the item page, facebook_url_for_the_app/item/itemnumber .
source share