0

I am new to FB development, all help appreciated.

I've added FB comment box to all articles of my website. Now I want to get a list of most commented articles(urls) recently. Like a top 10 list of articles most discussed for the past 24 hours in my website....

What approach should I use? Can this be achieved using FQL?

dcupdates
  • 11
  • 1
  • @downvoter - If we already have a facebook-api tag with over 7000 questions, you'll have a hard time arguing that this question be is too localized. – Alain Apr 10 '12 at 17:16

1 Answers1

0

This question talks about doing batch requests for comments (comment counts would be similar) for many URLS on the same site: Facebook fb:comments Graph API

The comment section on the FQL documentation seems to address batch retrieval too. You can then sort out the most popular ones and display links: https://developers.facebook.com/docs/reference/fql/comment/

Good luck.

Community
  • 1
  • 1
Alain
  • 26,663
  • 20
  • 114
  • 184