claudiajs / claudia-bot-builder

Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes
https://claudiajs.com/claudia-bot-builder.html
MIT License
1.84k stars 254 forks source link

Thread Settings Reference #47

Closed zampolli75 closed 7 years ago

zampolli75 commented 7 years ago

Hi, I was trying to set a Welcome Message to my Bot. From the FB documentation it is stated that I should send a POST to https://graph.facebook.com/v2.6/**me/thread_settings**.

From what I can see looking through your code you only enable to the send POST to : https://graph.facebook.com/v2.6/**me/messages**.

Is there a way to send POST to 'me/thread_settings' with the current state of the code?

https://developers.facebook.com/docs/messenger-platform/thread-settings/greeting-text

Thank you.

gojko commented 7 years ago

Hi, please use the gitter chat for general discussion (https://github.com/claudiajs/claudia), we use github issues for bugs only