When I make a subscription to my webhook can I replace the /all/ with any Account Activity Data Object?
From
POST https://api.twitter.com/1.1/account_activity/all/:env_name/subscriptions.json
to
POST https://api.twitter.com/1.1/account_activity/follow_events/:env_name/subscriptions.json
or
POST https://api.twitter.com/1.1/account_activity/favorite_events/:env_name/subscriptions.json
Does this make a difference to my rate limit if I only want something like follow_events which don’t happen as often compared to tweet_create_events or direct_message_events?