I have a site with a bunch of links, the page is also connected to facebook (facebook connect) and you can "like" the links. I wonder if there is a way to sort on the "most liked" link? The links are stored in my database and of course the liking is stored by Facebook...
+2
A:
I'm not too familiar with liking links, but perhaps you can query the link_stat
table. http://developers.facebook.com/docs/reference/fql/link_stat
Fletcher Moore
2010-05-26 20:21:46
Thanks! ill look into it
Mikael
2010-05-27 05:58:47
Sadly i have to send in urls to that method, i wonder if there could be some other query to call
Mikael
2010-05-27 18:30:54