I’m trying to test the Account Activity API using our @Primal_Digest account. I’ve gone through steps 1 through 3 as outlined on https://developer.twitter.com/en/docs/tutorials/customer-engagement-application-playbook
This means that I have a server that has been verified (received the CRC request and it returned the expected result, so the endpoint is registered and valid). I have also registered an account for which I want to receive events (used @h_scottsmith; when I request a list of subscribers, its ID is listed).
However, when I try this step:
To validate your app and webhook are configured correctly, favorite a Tweet posted by one of the Twitter accounts your app is subscribed to. You should receive a Favorite event via a POST request to your webhook URL for each Favorite your subscribers receive.
no requests come through to the server. To be certain I’m doing the right thing: using another account (@primal_scott), I favorite a tweet owned by the @h_scottsmith account.
Is there a significant delay that is expected? What else can I do to debug?