【发布时间】:2021-10-08 23:53:05
【问题描述】:
这可以作为一个批量请求发布到https://graph.facebook.com,并将以下作为“batch=”参数,但是如何使其成为异步请求?
[{
"method": "GET",
"relative_url": "v11.0/act_xxxxxx/insights?fields=account_id%2Caccount_name..."
},
{
"method": "GET",
"relative_url": "v11.0/act_yyyyyy/insights?fields=account_id%2Caccount_name..."
}]
我尝试过发帖到https://graph.facebook.com/v11.0/act_xxxxxx/async_batch_requests,但是结果不是异步的,结果是在请求结果中同步返回的。
【问题讨论】:
-
有什么消息吗?有同样的问题
标签: facebook-graph-api facebook-marketing-api facebook-batch-request