I use the Facebook API on my website to allow users to comment on different pages.
This is how to get the comments count for a specific page:
<fb:comments-count href='LINK_TO_PAGE'></fb:comments-count>
I want to store this value into a MySQL database, allowing users to sort by most Facebook comments. It would be most efficient if i could store this value, only when a person makes a new comment. How can I do this? (Haven't found anything useful in FB docs yet…)

February 19, 2012