Unexpected Error with sending images "code": 100, "error_subcode": 2018047
Unexpectedly we started to get errors below. We didn't change integration code last months.
POST https://graph.facebook.com/v17.0/me/messages?access_token=token
{
"message": {
"attachment": {
"payload": {
"is_reusable": true,
"url": "https://storage.chat2desk.com/companies/company_/messages/633622/a4621b906e7d2578.png"
},
"type": "image"
}
},
"recipient": {
"id": "7385420041518800"
}
}
{
"error": {
"message": "(#100) Произошла ошибка при загрузке вложения.",
"type": "OAuthException",
"code": 100,
"error_subcode": 2018047,
"fbtrace_id": "AQNXrXuiz5MWTcRLd7jiPyx"
}
}
1) I was able to send images from other URLs using the same token. 2) We have problems with jpg, gif, png. We don't have problems with mp4, txt, pdf. 3) If we are uploading image from problematic url 'https://storage.chat2desk.com/companies/company_/messages/633622/a4621b906e7d2578.png' to facebook post in public page, facebook uploads it without problem.
How to solve this issue? But it look likes facebook graph api problem, not ours..
Me too
I'm also encountering a similar issue. Have you resolved it yet?
I'm also encountering a similar issue. Have you resolved it yet?
I'm also encountering a similar issue. Have any guys resolved it yet?