facebook-messenger
facebook-messenger copied to clipboard
Definitely the best way to make Bots on Facebook Messenger with Ruby
Howdy all, Has anyone seen the above error recently? We've seen this start to pop up in error logs, even when the page has no other apps connected to the...
according to rate limit doc https://developers.facebook.com/docs/graph-api/overview/rate-limiting, we can get `app usage` or `Business Use Case(buc) usage` from API request. so i add two features here - 1. make deliver method...
At the moment, each resource has its respective graph API version hardcoded. This makes it kinda hard if you want to dynamically test new versions. What if gem users were...
Can I ask if this gem fully supports Instagram (Professional account), especially Persistent Menus & Get Started?
This gem recommends using `require_dependency` in the [initializer to set up bot reloading in development](https://github.com/jgorset/facebook-messenger#-on-rails) but those should be removed [according to the rails 6 upgrade guide](https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#autoloading) using the Zeitwerk...
Hi, I am using this Ruby client code for FB messenger since months One of my customer asked me to develop a bot on Workplace by Facebook. Is it still...
Does this gem support Broadcast API? https://developers.facebook.com/docs/messenger-platform/send-messages/broadcast-messages
Since this gem creates a new message object different from the incoming payload, I was wondering whether anybody had thoughts on best way to integrate with bot analytics vendors? Below...
Hi As per the Facebook Messenger documentation (https://developers.facebook.com/blog/post/2016/06/16/page-level-rate-limits/), the response header contains additional information: > The values for call_count, total_cputime and total_time are whole numbers representing the percentage used values...