这可以作为发布到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,但结果不是异步的,结果是在请求结果中同步返回的。