I'm struggling with facebook FQL- i need to know how many impressions the steam stories generated by the app got.
In the FQL table there is an app_id column- if i could just select where app_id = '' then that would be me flying but since its not an indexed column fql spits out and error
https://developers.facebook.com/docs/reference/fql/stream/
I know every post made returns a post id- which i currently do not store but if it meant storing every ID and then doing a massive query to count each individuals post impressions then so be it...
but there has to be an easier way (especially when I get thousands of posts being generated by users)
