Skip to content

v1.6.0

Compare
Choose a tag to compare
@iamdaniele iamdaniele released this 01 Apr 21:26
· 19 commits to master since this release
5c1ca96

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 to start when called with a URL argument.
  • getWebhooks returns the list of webhooks as defined in the Twitter GET webhooks payload.