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

opsdroid/connector-facebook

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

⚠️ 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

Languages