Skip to content

Webhooks

linvi edited this page Aug 9, 2018 · 6 revisions

Webhooks

A webhook is a http callback. You send to Twitter the url of an http server and Twitter will use that url to execute requests that will represent different events.

It means that you no longer need multiple streams to handle multiple users but just a single server that Twitter can communicate with to send you live updates.

Please read the following tutorial to create a HttpServer ready to handle webhooks.

Webhooks methods

Clone this wiki locally