views:

255

answers:

2

We make a widget for media sites and have included the Facebook Like button, so anyone who installs our widget gets the Like button on every page without having to do additional integration work.

We'd like to show the site owner some basic data / analytics about Like activity... which URLs are liked, and how many times.

I can't figure out if this is even available via the Graph API or FQL. If it is, I can't tell if I need an app_id and secret token for each domain or not.

Any suggestions?

A: 

I hope that someone can answer this. I have succeeded in adding "like" buttons to banner ads, but of course the clients are going to want clickthrough info on the "like" button (embedded via a javascript/html hybrid floated over Flash). I've tried some tricks, but when ever the "like" iframe is clicked on, it suppresses any other click detection. Any suggestions highly appreciated.

Kevin Fox
A: 

There is a similar discussion going on over here, that may help... http://stackoverflow.com/questions/2798622/facebook-like-button-callback/2814622#2814622

Kevin Fox