twitter-webhook-boilerplate-node icon indicating copy to clipboard operation
twitter-webhook-boilerplate-node copied to clipboard

A simple Node.js app using Express 4 for Twitter DMs and webhooks.

Results 3 twitter-webhook-boilerplate-node issues
Sort by recently updated
recently updated
newest added

The API provides an x-twitter-webhooks-signature header for validating calls. We should add this to the example for completeness. https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/guides/securing-webhooks

enhancement

Last week the documentation for Account Activity API was [updated](https://twittercommunity.com/t/documentation-on-activity-api/101072/2?u=steffes). When adding a subscription to a webhook, you don't need the webhook ID for the [Standard Account Activity API](https://developer.twitter.com/en/docs/accounts-and-users/subscribe-account-activity/api-reference/aaa-standard-all) like...

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...