tags:

views:

41

answers:

0

I'm using facebook connect and facebook social plugin comment ( ). I want to get comment count from current page. How to write it ? Need to use FQL ? If fql,

SELECT count(*) FROM comments WHERE xid= ?

what xid should I add? How to get xid from current address ?

related questions