How do I get a Facebook message from the Submit button?

We have a Facebook submit button that we would like to capture the actual sent message. We use the FB API to capture the callback message.send event, but it does not have the actual contents of the message.

Does anyone know how to get this message content?

+4
source share
1 answer

It is not possible to get this information directly from the submit button because the user did not explicitly provide access to this information. You may receive a message in which the user will grant you read_inbox permission , which provides the ability to read from the user's Facebook inbox.

+5
source

All Articles