How to use facebook messenger send image API in Node js? – Facebook api
I'm building a facebook bot in nodejs with facebook messenger API. I'm trying to send a image from the bot by directly uploading the image file from the heroku server itself (not through URL) and it does not work. Here…