I'm currently in the progress of understanding how the "like" system for external content works, read a lot of stuff, but finally there are some missing bricks in the wall I try to construct...
Background: We (me and some other people) have a own homepage with pictures shot at parties, public events and so on. Pictures taken with consent of depicted persons, those will look at those pics the day after and download them, put them into social media and like them on facebook. We have a facebook page where we can announce some stuff concerning our homepage, so we can also use facebook statistics and have a connection to facebook users.
As I am currently in the progress to reorganize logfile processing/statistics (I do not program the site, this is done by my buddies) I want to also know, how many facebook likes one particular picture (or gallery) got. We already use the fbxml system. Content ist organized in picture galleries, where there is a single gallery per event with a unique id. Something like: http://partypics.example.com/index.php?content=foo&show=gallery&galleryid=12345 Pictures get also referred by their ID.
Liking pictures already works fine.
I now want to go through the galleries and find out how many "likes" any picture has really gotten- I know that you could use something like "edge.create" to do some entry into a log, but this as far as I am aware does not cover likes done by different folks via facebook itself (or sharing etc.)
Question: Is there any way that this picture (or the gallery) has an unique facebook ID, which I can query via Opengraph via http or on commandline with FQL statements? If, how do I find out the ID of that? (Or is it possible to set it via meta tags?
Will be thankful for any input to some documentation covering that...