I just implemented the new Facebook comments plugin. How can I easily get a list of the most popular pages on my site that have the most comments? I don’t want to have to use the Graph API and query each page individually and look up the comment count for each page.
Share
There is a “bug” in the documentation that suggests it is not currently possible to find out what the top liked URLs in your domain are via FQL or the Graph API. I don’t believe this is the case, as FB claims that the API is more robust than the dashboard.
I have filed this bug report with FB: https://developers.facebook.com/bugs/192027544209678
I will update this answer once I either hack it on my own or FB updates their documentation. This is definitely a burning question in the community.