gpt4 book ai didi

java - 无法将人员添加到自定义受众

转载 作者:行者123 更新时间:2023-12-02 05:34:05 25 4
gpt4 key购买 nike

我可以成功创建空白的自定义受众群体,但当我尝试添加人员时却失败了。这很奇怪,因为我从 Facebook 收到成功消息,但是当我去 Power Editor 查看时,观众说“没有上传文件”。即使等待了几个小时,也没有任何反应。

我尝试使用当前迁移和 10 月第一次迁移,对于当前迁移,我收到“true”,对于 10 月第一次迁移,我收到一个 Audience_details 对象,其 num_received=9000(受众成员数量) 。有人遇到过类似的问题吗?下面是我的代码和我发送到 fb 的 JSON。

public Boolean addPeopleToAudience(String customAudienceId, JSONObject payloadJsonObject) throws FSSocialAuthException, JSONException {
//october 1st migration (with return type CustomAudience class)
//return getSessionClient().publish("/"+customAudienceId+"/users", CustomAudience.class, Parameter.with("payload", payloadJsonObject.toString()));

//current migration (with return type Boolean)
return getSessionClient().publish("/"+customAudienceId+"/", Boolean.class, Parameter.with("users", payloadJsonObject.get("users").toString()), Parameter.with("hash_type", "sha256"));
}

JsonObject 被发送到 FB:

{"users":"[{\"email_hash\":\"f1904cf1a9d73a55fa5de0ac8279\"},{\"email_hash\":\"f1904cf1a9d73a55fa50bdcd0866552bb79\"}...]}

json 在调用之前被转换为字符串,我从 facebook 得到“true”响应。我已尝试使用“/”+customAudienceId+“/users”端点进行当前迁移,但收到 oAuth 错误。

感谢您分享的任何见解/经验!!!

最佳答案

在应用设置迁移中,新迁移未开启。它在使用新迁移并打开它后起作用。

关于java - 无法将人员添加到自定义受众,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25194413/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com