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.

I have a website, and a Facebook fan page for said website. My website is using Facebook connect and I was wondering if it's possible to query the number of likes, shares, and comments of my fan page content that originated from the logged in users.

share|improve this question

1 Answer

It could be done by crawling your page's feed via the graph api and collecting the comments and likes of the posts (see connections part) on your own database. However it's a pretty big undertaking, you will have to deal with synchronization of content (deleting posts from your side when its deleted on facebook), expiring access tokens, occasional facebook outages and so on.

If you just want to show content to the users they might like on your page facebook gives you a social plugin called Recommendations for that.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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