Open DragoLifer opened 1 year ago
Hello, the account subscription (Account Activity API) is now available starting Enterprise tier, you can use something like that as there's no wrapper provided by this library:
client.v1.post(`account_activity/webhooks/${TWITTER_WEBHOOK_ID}/subscriptions/all.json`, { user_id: USER_ID });
Hello, I am studying this library and have a question, can I use this api to subscribe to a user from my account?