Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is it possible to get domain stats on a per page basis to get information such as number of likes/comments, etc?

e.g. the below call returns aggregate likes. but how do i get likes for different pages inside a domain?

https://graph.facebook.com//insights/domain_widget_likes?access_token=

share|improve this question

closed as too localized by Nambari, Jocelyn, rdlowrey, PeeHaa 埽, Lusitanian Oct 6 '12 at 0:23

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

2 Answers

No, these insights are only available for Pages, Applications, and Domains.

Source: https://developers.facebook.com/docs/reference/api/insights/

share|improve this answer

Yes. It is possible. For example if your page ID is 19292868552, then:

https://graph.facebook.com/19292868552

More at: http://developers.facebook.com/docs/reference/api/page/

All the best.

share|improve this answer
I was not asking about facebook pages.. i am asking about website pages for websites that have the facebook buttons on various pages. – T Vinod Gupta Sep 27 '12 at 15:56

Not the answer you're looking for? Browse other questions tagged or ask your own question.