【发布时间】:2015-06-23 13:14:16
【问题描述】:
我正在开发一个用于创建 Facebook 广告的 FB 应用程序。过去,我能够在开发模式下调试整个 FB 广告创建过程,但突然我开始收到无法找到文档的错误。
请求:
https://graph.facebook.com/v2.2/act_foo/adcreatives?access_token=bar
回复:{"error":{"message":"Invalid parameter","type":"FacebookApiException","code":100,"error_subcode":1885183,"is_transient":false,"error_user_title":"Ads creative post was created by an app that is in development mode","error_user_msg":"Ads creative post was created by an app that is in development mode. It must be in public to create this ad."}}
我搜索了 Facebook API 文档,但没有发现任何关于此错误 error_subcode: 1885183 的信息。
任何人都对此错误有经验或提示如何处理它?
编辑 已向 FB 报告错误:https://developers.facebook.com/bugs/1605648466391176/
【问题讨论】:
-
我也遇到了这个错误。 developers.facebook.com/bugs/1605648466391176 有一个未解决的错误报告
-
@bjeavons 感谢您指点我。
标签: facebook facebook-graph-api facebook-ads-api