Skip to content
This repository has been 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 contributions welcome

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

License

MIT