-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EOF error #2
Comments
found the error, the line
must be changed for:
in and btw, the messages won't be sent because you need to initiate a conversation first with the test account that creates the messages (it is anti-spam measure from Meta). the messages will be silently discared without error if you don't initiate the conversation first |
when using this code I am getting
EOF
error:any idea of what to look for? I can send hello world message from terminal using
curl
so my dev account is set up correctly. If I send the message using template, I get an error of typeError: (#132001) Template name does not exist in the translation
but that is probably because you hardcoded Indonesian language intocreateSendWithTemplateRequest()
functionThe text was updated successfully, but these errors were encountered: