How to get data back to Facebook Messenger Bot from WebView?

I have successfully implemented the WebView and then closed it. However, I cannot figure out how to return the value / data to the FB Messenger bot.

Can anyone share their experience with this?

+3


source to share


1 answer


At this point I'm sure you can't do this. You can technically use the sharing function to send data back, however the format is a bit confusing and difficult for a bot to digest.



In my experience, I use a POST endpoint on a bot, which will receive data from a web view and then send a message of the result to the user in the messenger.

0


source







All Articles