We deleted some accounts from our app and hadn’t built in the logic to first delete the twitter webhook subscription. Now the user is gone, and with her the token and secret. Our webhook endpoint is erroring because it is being pinged with data for a user we no longer have in our db. Why should we need the specific user’s token/secret to remove them from our webhook?

This is an interesting problem - if you lost the tokens, i don’t know if it’s possible to recover them without the user going through the OAuth thing again. Maybe try deleting and recreating the configuration again? Managing webhooks and subscriptions | Docs | Twitter Developer Platform or resetting your Consumer keys (but this means authenticating users again)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.