Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

opsdroid/connector-facebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ DEPRECATED ⚠️ This connector is now built in to opsdroid core. This repository only exists for backward compatibility and will be removed.

opsdroid connector facebook

A connector for opsdroid to interact with Facebook messenger.

Usage

This connector requires that the opsdroid web server is internet facing.

  • Create a Facbook page for your bot
  • Visit https://developers.facebook.com
  • Create a new app and add a messenger product
  • Generate a page-access-token for the page you created
  • Create a webhook pointing to http(s)://your-bot-url.com:port/connector/facebook
  • Randomly generate a verify-token and add that to the webhook

Configuration

connectors:
  - name: facebook
    # required
    verify-token: aabbccddee
    page-access-token: aabbccddee112233445566
    # optional
    bot-name: "mybot" # default "opsdroid"

About

📡 A facebook messenger connector for opsdroid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages