The Wayback Machine - http://web.archive.org/web/20200615153051/https://github.com/topics/facebook-messenger-bot
Skip to content
#

facebook-messenger-bot

Here are 387 public repositories matching this topic...

jbajaj1
jbajaj1 commented Sep 24, 2019

Description

There's no way to (that I've found) to get a Poll_ID from a existing polls in a Group

Research (if applicable)

On https://developers.facebook.com/docs/workplace/integrations/custom-integrations/reference/group, I found GET 'graph.facebook.com/{group-id}/feed?fields=attachments', which should return videos, images, files, or polls.

scotteknight
scotteknight commented Sep 16, 2019

The documentation for deploying to Heroku here shows an out of date Procfile example. The correct Procfile should be:

web: bundle exec puma -C config/puma.rb
sidekiq: bundle exec sidekiq -C config/sidekiq.yml -q stealth_webhooks -q stealth_replies -r ./config/boot.rb

This is one of the breaking changes for version 1.1.0

michaelhjulskov
michaelhjulskov commented Feb 13, 2018

https://developers.facebook.com/docs/messenger-platform/send-messages

Breaking Change Notice - messaging_type Property Required (Effective May 7, 2018)

As of the release of Messenger Platform v2.2, we are requesting developers to include the messaging_type property in all message sends.

Beginning May 7, 2018, this property will be required for all message sends. After this date, message s

Improve this page

Add a description, image, and links to the facebook-messenger-bot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the facebook-messenger-bot topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.