我拥有旅游网站的Facebook页面。有没有办法通过Facebook UI上传目的地目录(用于显示动态广告)?我只能通过Catalog API找到一种方法,但它对我不起作用。 (Reference)
Request: curl -F 'name=Destination Catalog' -F 'vertical=destinations' -F 'access_token=<ACCESS_TOKEN' https://graph.facebook.com/v2.7/<BUSINESS_ID>/product_catalogs
Response: {"error":{"message":"(#200) The app is not whitelisted to use this API","type":"OAuthException","code":200,"fbtrace_id":"H5799z95qIa"}}
有任何建议或解决方法吗?
答案 0 :(得分:1)
您需要使用自己配置的Facebook应用程序来使用Marketing API,并使用business_management
权限生成令牌。
这里有一个开始使用Marketing API的指南: https://developers.facebook.com/docs/marketing-apis
使用系统用户也可能是最简单的事情: https://developers.facebook.com/docs/marketing-api/businessmanager/systemuser/