通过 Facebook 上传目的地目录 UI

Upload Destination Catalog through Facebook UI

我拥有一个旅游网站的 Facebook 页面。有没有办法通过 facebook UI 上传目的地目录(用于显示动态广告)?我只能通过目录 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"}}

有什么建议或解决方法吗?

您需要使用您自己的 Facebook 应用程序,您已将其配置为使用营销 API 并生成具有 business_management 权限的令牌。

这里有一份营销入门指南 API: https://developers.facebook.com/docs/marketing-apis

使用系统用户可能也是最简单的事情: https://developers.facebook.com/docs/marketing-api/businessmanager/systemuser/