You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.
error: 400 - {"error":{"message":"(#100) Param [elements][0][title] must be a non-empty UTF-8 encoded string","type":"OAuthException","code":100,"fbtrace_id":"F8DlzRhbyZE"}}
Expected
The integration should send an image.
It looks like the empty string in the helpers cannot be used as a fallback value. Maybe the key needs to be omitted in that case?
The text was updated successfully, but these errors were encountered:
I really have no clue how it is done, but when you use api.ai to hook into Messenger, you can send images without any sort of text attached. Don't know if that's feasible in this context though.
You right, API.ai use the Image FB template for the attachment. I did the fix to use this template when the name if not fill. Otherwise, i use the generic template.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview
What project is this issue for?:
broid-messenger
Is this a bug, security, feature request, or feedback: bug?
Steps to Reproduce
Use the messenger integration to send an image like:
Observed
Facebook API responds with:
Expected
The integration should send an image.
It looks like the empty string in the helpers cannot be used as a fallback value. Maybe the key needs to be omitted in that case?
The text was updated successfully, but these errors were encountered: