facebook-messenger
facebook-messenger copied to clipboard
Definitely the best way to make Bots on Facebook Messenger with Ruby
Hi Are you going to build "Account Linking" (https://developers.facebook.com/docs/messenger-platform/account-linking/v2.9) into this gem ? Cheers John
https://github.com/brad5428
Created app on Facebook. Setup a page and connected it to the FB App. Got the access token. Configured the webhook. All that is working fine. However when I try...
`# app/bot/example.rb include Facebook::Messenger **Faceboook**::Messenger::Bot.on :message do |message| message.reply(text: 'Hello, human!') end` double "o"
Can another Facebook with messengers work on iPhone
https://github.com/Kearnett34
This pull request includes the following changes: - Updated the library to use Graph API v20.0 - Added a new method for sending comments in the Bot module - Incorporated...
Can you guide me on how to integrate page post comments here, please ? @jgorset