How can I send a file to Facebook Send API using npm's Request without uploading the file? – Facebook api
I'm implementing a bot that uses Facebook's Send API. According to the documentation it is possible to send files using a request. The documentation offers two methods, one sending a URL to the file and the other uploading the file.…