fbsamples/messenger-platform-samples

How to send a document using this repo

hammadyounas2008 opened this issue · 3 comments

I have a document file I want to send through this repo how can I processed it?

I'm not sure what you mean by that. Do you mean, how to send a document / file via the Messenger API?

yes document/file via messenger API
Where can I change the code?

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.