How to query the like count of a facebook object such as a album or photo via fql?
Posted
by hip10
on Stack Overflow
See other posts from Stack Overflow
or by hip10
Published on 2010-06-15T04:34:05Z
Indexed on
2010/06/15
4:42 UTC
Read the original article
Hit count: 526
Hi, Here is a tricky question, how do you get the like count of a facebook object such as an album or a photo? I know that facebook has a fql table called link_stat that allow you to get the like count for an external url, but it does not seem to work if the object is within facebook. If you access the likes via the opengraph api on a particular object, it will only return a maximum of 4 users that like the object, even though there maybe a few thousand users that like it. Any clues?
© Stack Overflow or respective owner