Webhook on Python

I found here is an example of a webhook

I entered my data and launched the program. But somehow, notifications about new followers do not come. Help me find the error

At what point does it fail? For example, have you checked the Get Webhook Subscriptions endpoint to see if the subscription exists after creating it?

If it does exist and you’re not getting notifications you should then it’s an error with your handler or route for the notifications. If it doesn’t exist then it’s an error in the subscription process (in which case it’d be helpful to know if you’re getting as far as the challenge message or not).

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