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
返しますが、データを返します。
「ページ投稿」はどれも fql では機能しないようですが、「ページ インプレッション」、「ページ エンゲージメント」などの他のインサイトは正常に機能します。
ここで何が間違っていますか?間違っているperiod
かend_time
?