Skip to content
New issue

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

can't find the verifyToken from chatbase #4

Open
gasolin opened this issue May 3, 2018 · 1 comment
Open

can't find the verifyToken from chatbase #4

gasolin opened this issue May 3, 2018 · 1 comment

Comments

@gasolin
Copy link

gasolin commented May 3, 2018

The example in readme shows how the createServer looks like:

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

@wtflink
Copy link
Member

wtflink commented Aug 3, 2018

Hey, sorry for the late reply.

The verifyToken showen is for the messenger platform, here's ref for you

It is for verifying webhook, so if you are not using facebook messenger, don't worry about it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants