0

First of all: my question is not like this question How to fetch facebook likes, share, comments count from an article or the unwell answered question How can I get the list of top 10 artciles shared on Facebook using Graph API or FQL?

For example:

mysite.com/viewArticle/1
mysite.com/viewArticle/2
mysite.com/viewArticle/3
...etc

Every article page or URL has its own share and like Facebook buttons. I need to know any way using FQL or Graph api that allow me to know the top 7 articles shared or liked from mysite.com/viewArticle/*. Does it possible?

Community
  • 1
  • 1
SaidbakR
  • 13,303
  • 20
  • 101
  • 195

1 Answers1

2

No. it's not possible, you'd have to record the likes for each individual article in a database and work it out on your end.

Bhushan
  • 6,151
  • 13
  • 58
  • 91
fire
  • 21,383
  • 17
  • 79
  • 114