https://graph.facebook.com/fql?q=select object_id, metric, value from insights where metric in ('page_posts_impressions_unique') and object_id = OBJECT_ID and end_time = 1272351600 and period = period('day')
上面返回空数组,而https://graph.facebook.com/OBJECT_ID/insights/page_posts_impressions_unique
返回数据。
似乎没有'Page Posts'适用于fql,但是其他见解如'Page Impressions','Page Engagement`工作正常。
我在这里做错了什么?错误period
或end_time
?
答案 0 :(得分:0)
看起来end_time
需要设置为12AM PST / PDT(具体取决于夏令时)unix时间或查询返回空。示例:1330588800
编辑:切换到'/ insights'并传递'since'参数,这里的时间并不严格。