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 an application which is posting on behalf of a user on his/her friends wall. App posts using facebook api and I would like to get metrics for all wall posts (things like shares, comments, likes, impressions). I have the post id with me which looks like userid_postid. I am open to graph API or FQL.

I am able to get likes from Post Graph API with likes connection. However I am unable to get comments and insights although documentation states I can.

How can I get this from Insights FQL?

I tried with stream FQL table as well with no luck. I tried both as a user and an app with no avail. Any pointers would be appreciated.

share|improve this question

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.