A CRC will be sent when you register your webhook URL, so implementing your CRC response code is a fundamental first step. Once your webhook is established, Twitter will trigger a CRC roughly every 24 hours from the last time we received a successful response. Your app can also trigger a CRC when needed by making a PUT request with your webhook id . Triggering a CRC is useful as you develop your webhook application, after deploying new code and restarting your service.

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