Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 516 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 516 Bytes

Description

Facebook Chat bot using Nest framework TypeScript.

Prerequisite

  • Npm
  • NodeJs version 9+
  • Server ready and deployed
  • Facebook app for messenger ready
    • Get the page access token for the target page
    • Verify webhook token with testBot_verify_token>
    • Allow webhook event for messages, messaging_postbacks, messaging_optins, message_deliveries
    • Register PAGE_ACCESS_TOKEN in server environment variable

Run

npm run postinstall && npm run start