I followed the instruction from GitHub - twitterdev/account-activity-dashboard: Sample web app and helper scripts to get started with the premium Account Activity API
I deployed it on AWS Virginia, and I have successfully created a webhook and a subscriber

cc : @andypiper

What errors are you seeing? Are you able to invoke the webhook via any other means? Have you added your URLs in the app settings on the Developer Portal?

Hi Andypiper

a webhook has been successfully created and 1 subscriber has been added

the socket.io has failed to load the resource

http://18.206.89.40:5000/activity

I’ve not looked at this in a while, but from the error you’re seeing, that’s a general SSL protocol error. Looking on Stack Overflow it suggests you might be able to adjust the setup. I’m not able to dig in to this right now but that might set you on a path to figuring that out - either way, with that particular app, the web app is a socket.io client, and the messages may still be arriving in the backend, you can probably check the server side console (or add tracing to output any webhook calls that are received)

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