We need to support [`facebook-messenger` configuration providers](https://github.com/jgorset/facebook-messenger#make-a-configuration-provider) in order to support multiple bots in a single app instance. This is also going to require adding a facebook_page_id field to `User`, and optionally searching by `facebook_page_id` and `facebook_psid`.
We need to support
facebook-messengerconfiguration providers in order to support multiple bots in a single app instance.This is also going to require adding a facebook_page_id field to
User, and optionally searching byfacebook_page_idandfacebook_psid.