获取商业帐户转换前发布的媒体的覆盖率指标时出现异常[无效参数]

Exception[Invalid parameter] when getting reach metrics of Media Posted Before Business Account Conversion

这是企业帐户转换前发布的媒体的情况。 问题是我在 Facebook 图 api 资源管理器中得到了正确的响应。

"insights": {
        "data": [
          {
            "values": [
              {
                "value": 8
              }
            ],
            "id": "xxxxxxxxxxxxxxxxx/insights/reach/lifetime"
          }
        ]
      },

但是当尝试使用 api 调用时,xxxxxxxxx/media?fields=media_url,caption,comments_count,permalink,media_type,like_count,timestamp,username,thumbnail_url,insights.metric(reach){values} 我得到

dev.ERROR: Jobs >> FacebookInstagramBackTrackOwned >> Exception >>Invalid parameter.

'error_subcode' => 2108006,
'is_transient' => false,
'error_user_title' => 'Media Posted Before Business Account Conversion',
'error_user_msg' => 'The media was posted before the most recent time that the user\'s account was converted to a business account from a personal account.'

我所做的是在捕获异常部分,我检查了错误代码,2108006 和 error_user_title,Media Posted Before Business Account Conversion。然后在没有 reach 参数的情况下进行调用,所以我'我正在获取所有其他数据。