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 am trying to retrieve all comments on a shared LINK.

I have tried FQL on comment table, but that doesn't work since comment table is for comments plugin.

Let me give you an example: - CNN has shared a link on their page, which has 60 likes and 30 comments. - I have tried this FQL query, but it returns nothing since it is not from Comments plugin: FQL: SELECT post_fbid, fromid, object_id, text, time FROM comment WHERE object_id IN (SELECT comments_fbid FROM link_stat WHERE url = 'http://google.com/')

So any solution on this?

share|improve this question
“CNN has shared a link on their page, which has 60 likes and 30 comments.” – does the link itself have the likes and shares – or the post …? – CBroe Nov 12 '12 at 9:44

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.