I’m testing an extension to a Go library (anaconda) to use the Account Activity API in sandbox mode. My app has been approved for the Account Activity API.
I have successfully registered and CRC-validated my webhook. I asked for a list of subscriptions, and found that my own user ID has a subscription on the webhook. I’m not sure if I created that subscription at some point in testing, or if webhooks create that subscription as a default.
I had expected to see fairly frequent activity (as I did with the streaming API) any time one of the accounts I follow tweets. But I’m not seeing those; only my own tweets, replies to me, follow notifications, and the like. Is there something special I need to do to get callbacks for tweets I would normally see on my home menu?