spchuang / fb-local-chat-bot

Simple Node client for Messenger Bot designed for easy local testing
MIT License
100 stars 13 forks source link

Add ability to use localChat with another bot server. #5

Closed husafan closed 7 years ago

husafan commented 7 years ago

Adds the ability to use the localChat Messenger emulator with a separate server by calling Bot.setBotUrl. If called, the passed in URL will receive all events generated by the localChat client. The Bot will continue to receive the events as well.

Also added a '/localChat/graph/' endpoint to the FBLocalChatRoutes. This endpoint stubs out the Facebook Graph API endpoint and allows a separate server to send messages to the localChat client.