【发布时间】:2021-05-31 01:50:18
【问题描述】:
我正在尝试设置 WhatsApp 业务 API 客户端。 我按照这个指令https://developers.facebook.com/docs/whatsapp/getting-started/#client-setup
在第 2 步,我使用这条指令 https://developers.facebook.com/docs/whatsapp/installation/dev-single-instance 安装了“单实例”
在“单实例”指令的第 6 步,我启动了 Postman https://developers.facebook.com/docs/whatsapp/guides/postman。
在“邮递员收集”的第 4 步中,我配置了 AdminUsername (admin)、AdminPassword (secret)、NewAdminPassword (****) 和 URL (https://localhost:9090 [示例中显示 7901,但这会导致错误])。响应:一些标头和“Status 401 Unauthorized”。
也许这有助于找到原因:在此帖子Whatsapp Business API production setup not working 之后,我运行了此命令docker-compose logs > debug_output.txt。这是输出:https://drive.google.com/file/d/1eXeaTeNiAiPW3A5bZ54gOg70UIPfF-vt/view?usp=sharing。 (这对我来说没有多大意义......)。我确实安装了 MySQL WorkBench。不知道它是否安装在同一个“实例”中。
【问题讨论】: