I have been exploring the Facebook insights FQL table, and I assumed I could get to all of the data which is available via the insights dashboard from the FB app admin.

However, I am having trouble figuring out how to get the data shown on the "Insights > News Feed" set of reports. Particularly, I am trying to get to the stats of the feed stories generated by my app.

Is it possible to get to this data right now? I can't seem to find it.

Here is a screenshot of the data I am trying to get to with the API

link|improve this question
did you find this? I have been looking for the same thing. Thanks – hipplar Feb 26 at 4:07
I haven't... moved on for now in hopes the put out something better soon :/ – Eugene Abovsky Mar 3 at 23:24
That's about where I am too. Thanks – hipplar Mar 5 at 16:25
feedback

1 Answer

Try to use insights connection for Post

link|improve this answer
documentation says that insights data is available is the post was made by a page. I would be interested to know if it is available for posts made by an app (not made by a page). Do you know if it does? – Pat James Jan 9 at 17:19
I'll try to test it today, and tell you the results. – Oleg Jan 10 at 7:18
I tested this. The Post connection would show you insights for all posts, even if they were made by an app. – Oleg Jan 11 at 7:55
How exactly do you access that object? Is it doable with FQL? I also wanted to be more specific about how my posts are made: They are initially created via the JS SDK FB.ui method. – Eugene Abovsky Jan 11 at 21:17
I access that object with post/insights method of the Graph API. developers.facebook.com/docs/reference/api/post – Oleg Jan 12 at 9:18
feedback

Your Answer

 
or
required, but never shown

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