我希望在平均每月 144 个帖子的 Facebook 页面上下载所有 30 个帖子洞察力指标。知道 Facebook 有一定的限制,下载这些帖子的最佳方式是什么?
https://graph.facebook.com/$post_id/insights/$metric/$period?since=$since&until=$until&access_token=$token";
post_stories, post_storytellers, post_stories_by_action_type, post_storytellers_by_action_type, post_impressions, post_impressions_unique, post_impressions_paid, post_impressions_paid_unique, post_impressions_fan, post_impressions_fan_unique, post_impressions_fan_paid, post_impressions_fan_paid_unique, post_impressions_organic, post_impressions_organic_unique, post_impressions_viral, post_impressions_viral_unique, post_impressions_by_story_type, post_impressions_by_story_type_unique, post_consumptions, post_consumptions_unique, post_consumptions_by_type, post_consumptions_by_type_unique, post_engaged_users, post_negative_feedback, post_negative_feedback_unique, post_negative_feedback_by_type, post_negative_feedback_by_type_unique.
到目前为止,我想每天围绕帖子循环所有这 30 个指标:30 * n(帖子数)= Graph API 调用的数量,这对 Facebook 来说太多了。
理想情况下,我希望 Facebook 在 XLS 中提供 Post Export,但使用 Graph 或 FQL。
谢谢!西里尔