How to Remove “Powered by ManyChat” footer from a messenger bot

十年热恋 提交于 2019-12-11 06:35:41

问题


I am developing a chat bot for the messenger platform, but I found myself mesmerized by the fact that “ManyChat” appears on the footer of the users text input field.

I have become an admin of that page and proceed to remove many chat from the list of connected apps for that page, but the footer is still there.

Maybe I have to call the messenger platform API in order to change some property that isn’t available from the Facebook Pages User Interface. But nothing in the documentation mentions anything about a persistent footer on the page.

Does anyone have any clue of how to remove this?


回答1:


Have you tried to reset the chatbot's persistent menu? This can be done with sending a POST HTTP request to Facebook Messenger API as explained here:

https://developers.facebook.com/docs/messenger-platform/send-messages/persistent-menu



来源:https://stackoverflow.com/questions/55312936/how-to-remove-powered-by-manychat-footer-from-a-messenger-bot

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!