-
Notifications
You must be signed in to change notification settings - Fork 27
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
Send Attachment Example #36
Comments
I'm trying to code from scratch but i receive this error: {"error":{"message":"(#100) Upload attachment failure.","type":"OAuthException","code":100,"error_subcode":2018047,"fbtrace_id":"A7CV8v0-pIMQXv1PLhxV96F"}} The code: func fbTest(token string) {
} |
using another lib i can send uploads when i have free time, i will make a version of this code for messenger-platform-go-sdk import ( func sendFileToFacebook(h *models.WhatsAppConnHandler, facebookID string, fileType string, file io.Reader, fileName string) {
} |
Hello, this library is no longer maintained. Sorry. |
Good afternoon.
Could someone be so kind as to show an example for sending attachments?
All of my files are local HD as *.jpeg, *.mp4 and *.doc
The text was updated successfully, but these errors were encountered: