views:

47

answers:

1

I have Facebook "Like" buttons across my site and I'd like to see which articles get the most likes. I tried "Insights for your Domain", but I keep getting this error:

The application ID specified within the "fb:app_id" meta tag is not allowed on this domain. You must setup the Connect Base Domains for your application to be a prefix of http://rapgenius.com/.

+1  A: 

I think you need to go to http://www.facebook.com/developers, enter app settings, switch to "Web Site" tab and enter rapgenius.com into "Site Domain" field.

serg
That worked; thanks! (Is there any way to access this data programmatically?)
Horace Loeb
@Horace: yes by using FQL on insights table: http://developers.facebook.com/docs/reference/fql/insights
serg
@Horace also take a look at `application` and `metrics` tables, some stats are there as well.
serg

related questions