We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The example in readme shows how the createServer looks like:
createServer
const server = createServer(bot, { verifyToken: '__FILL_YOUR_VERIFY_TOKEN_HERE__', webhookMiddleware: chatbaseMiddleware(bot, { apiKey: '__FILL_YOUR_CHATBASE_KEY_HERE__', platform: 'Facebook', }), });
https://github.com/bottenderjs/bottender-chatbase#example
Though in chatbase doc I can only find apiKey, but can't find verifyToken https://chatbase.com/documentation/quickstart
The text was updated successfully, but these errors were encountered:
Hey, sorry for the late reply.
The verifyToken showen is for the messenger platform, here's ref for you
verifyToken
It is for verifying webhook, so if you are not using facebook messenger, don't worry about it
Sorry, something went wrong.
No branches or pull requests
The example in readme shows how the
createServer
looks like:https://github.com/bottenderjs/bottender-chatbase#example
Though in chatbase doc I can only find apiKey, but can't find verifyToken https://chatbase.com/documentation/quickstart
The text was updated successfully, but these errors were encountered: