我正在开发一个用于创建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/