我试图使用facebook java sdk来制作广告。我可以创建AdCampaign和AdSet,但是当我尝试创建AdCreative时,它会返回错误:
{
"error": {
"message": "Application does not have permission for this action",
"type": "OAuthException",
"code": 10,
"error_subcode": 1341012,
"is_transient": false,
"error_user_title": "No permission to access this profile",
"error_user_msg": "You don't have required permission to access this profile",
"fbtrace_id": "Gvc9OPtfxrb"
}
}
要创建APIContext,我使用的是访问令牌,由" System User"生成。应用程序设置中的业务设置和App Secret下的部分。 要创建AdAccount,请使用广告帐户ID。
我想我会错过一些Id或令牌,因为我可以去广告经理并从ui做我需要的一切,所以看起来我有足够的权限。
你能帮我弄清楚我做错了吗?