paked / messenger

Package messenger is used for making bots for use with Facebook messenger
MIT License
274 stars 74 forks source link

Correct content-type for attachments #33

Closed DeziderMesko closed 6 years ago

DeziderMesko commented 6 years ago

Facebook rejects attachements (particularly images) with application/octet-stream type. I've added content-type autodetection and I had to duplicate standard library CreateFormFile() function as it has hardcoded content type. (wtf? according to @bradfitz it's ok, but for me it looks more like an ego issue) Some very light refactoring/renaming took place as well...

paked commented 6 years ago

https://media.giphy.com/media/3oz8xIsloV7zOmt81G/giphy.gif