xdevplatform / twitter-webhook-boilerplate-node

A simple Node.js app using Express 4 for Twitter DMs and webhooks.
72 stars 31 forks source link

createConfig() is undefined #8

Open eorroe opened 6 years ago

eorroe commented 6 years ago

https://github.com/twitterdev/twitter-webhook-boilerplate-node/blob/e6ff99bc4ea548f8cef10f8f3a757710bab6aea1/example_scripts/webhook_management/delete-webhook-config.js#L36

The function mentioned above is undefined. Is there a reason wasn't defined?

If the intention is to let users know to run the create-webhook-config.js file. Please make the function log that intention.

For some weird reason I'm having trouble recreating my webhook though 😐