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.