Replies: 1 comment 2 replies
-
Help me! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Gabriel,
In my code:
var messageType = Convert.ToString(messageReceived["entry"][0]["changes"][0]["value"]["messages"][0]["type"]);
var name = Convert.ToString(messageReceived["entry"][0]["changes"][0]["value"]["contacts"][0]["profile"]["name"]);
string phoneNumberWhatsapp = Convert.ToString(messageReceived["entry"][0]["changes"][0]["value"]["metadata"]["display_phone_number"]);
string phoneNumberId = Convert.ToString(messageReceived["entry"][0]["changes"][0]["value"]["metadata"]["phone_number_id"]);
When "await whatsAppBusinessClient.MarkMessageAsReadAsync(markMessageRequest);" is called, it returns this error message:
Error Message: API calls from the server require an appsecret_proof argument
I haven't found a way to pass this parameter.
How can I resolve this?
Beta Was this translation helpful? Give feedback.
All reactions