【发布时间】:2021-07-22 13:20:31
【问题描述】:
因此,我为我的广告线索创建了一个与 Facebook 的 Webhook。它正在工作 - 我正在接收带有 RTU 的 Webhook。
问题是当我调用 api 来检索与表单关联的数据时。我正在使用 Leadgen_id 调用 api,我开始了:
Unsupported get request. Object with ID '' does not exist, cannot be loaded due to missing permissions, or does not support this operation. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api
重点是:当我在这里测试时:https://developers.facebook.com/tools/lead-ads-testing 返回的leadgen_id 与我的 API 调用一起使用,我可以访问我需要的表单数据。 但是,当我尝试使用从在我的广告中注册的用户收到的 leadgen_id 时,它会返回错误消息。
知道如何解决这个问题吗?
【问题讨论】:
标签: facebook facebook-graph-api