MessengerExtensions : how to send a message by messenger to users?
问题 I use webviews with my messenger chatbot. On my webapp's view, I used MessengerExtensions.requestCloseBrowser() to close the webview on iOS and Android. It works perfectly but, i have no idea how i could give feedback to my user by send a message when the webview is closed Could you help me please ? Thx. 回答1: You can do a server round trip. closing webview has a success callback. You can make an api call to one of your webservice. You pass the page scoped user id to this service. Then once