v1.6.0
Up until now, Autohook would manage all your webhooks at once, which is not always the case for Account Activity API developers with a paid subscription.
This version contains a few new methods to help manage your webhooks individually.
removeWebhook
will accept a webhook item as defined from the Twitter GET webhooks payload. The webhook will be removed if it exists.setWebhook
is equivalent tostart
when called with a URL argument.getWebhooks
returns the list of webhooks as defined in the Twitter GET webhooks payload.