How to send a document using this repo
hammadyounas2008 opened this issue · 3 comments
hammadyounas2008 commented
I have a document file I want to send through this repo how can I processed it?
Barbog commented
I'm not sure what you mean by that. Do you mean, how to send a document / file via the Messenger API?
Deleted user commented
yes document/file via messenger API
Where can I change the code?
Barbog commented
This repo does not demonstrate the sending of generic files. However, you can find some examples of sending image attachments in
messenger-platform-samples/node/app.js
— from line 411
Check the docs in https://developers.facebook.com/docs/messenger-platform/send-messages#sending_attachments for more examples.