Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 20, 2019. It is now read-only.

iMicknl/BotBuilder-FacebookExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

18 Commits

Repository files navigation

BotBuilder Facebook Extension

A collection of useful Facebook add-ons for the Bot Builder SDK (NodeJS). This extension makes it easier to use specific Facebook Messenger Platform features inside your Microsoft Bot Framework project.

Features

User Profile API

The User Profile API lets your bot get more information about the user and personalize their experience. The middleware automatically retrieves the User Profile data and stores it before the bot his first reply.

Callbacks (referrals, optins & postbacks)

Facebook uses referrals, optins and postbacks to send a custom payload to your chatbot. We can use the payload of this callback to trigger a specific dialog without having to start a textchat first. With the CallbackRecognizer you are able to map a dialog to a specific callback or to process the payload data.

Contribute

Currently only the BotBuilder NodeJS SDK is supported. Pull requests for C# support are welcome!

License

MIT

About

A collection of useful Facebook add-ons for BotBuilder.

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Packages

Contributors