Context:
I have a facebook app that is using the facebook comments box.
In this app a user can create an item for sale.
The item for sale is available at facebook_url_for_the_app/item/itemnumber.
When the user that created the item for sale (or any other user) visualizes the page for the created item, the facebook comments box is available.
Desired function:
Currently, if any user writes a comment the user that created it will only know about it if he visits the page.
My Idea to solve the problem:
I have looked into FB.Event.subscribe('comments.create') but there isn't a field to identify a user other than the admin of the application.
Question:
How can I tell my app to create a subscribe to any comments created at the item's page, facebook_url_for_the_app/item/itemnumber.