views:

74

answers:

1

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
Thanks! ill look into it
Mikael
Sadly i have to send in urls to that method, i wonder if there could be some other query to call
Mikael