KevinJCochran / kooking-with-kevin

The official website of Kooking with Kevin
0 stars 0 forks source link

Facebook Messenger integration #9

Open KevinJCochran opened 4 years ago

KevinJCochran commented 4 years ago

Add Facebook Messenger integration to the list.

The second one could be difficult :(

matthew-ferreira commented 4 years ago

https://developers.facebook.com/docs/messenger-platform/getting-started/sample-apps

These might be a good place to start, at least for the latter Also the "persistent menu" option

It doesn't look like messenger supports bots sending messages to group chats, but it DOES support bots sending 1:1 messages not initiated by the user, as long as they're tagged properly (see https://developers.facebook.com/docs/messenger-platform/send-messages#message_tags)

TLDR: We can use account linking to link our messenger accounts to our KwK accounts, and then the server can send us individual messages for updates and we can request that items be added/deleted from the list, or even vote on items directly from messenger