I need to configure my FIREWALL to release TWITTER access to the URL as a parameter in the example below.
What is the source IP of Twitter for me to do this configuration?
I can not release through the Twitter domain, it needs to be the IP.
$ curl --request POST
–url 'https://api.twitter.com/1.1/account_activity/all/:ENV_NAME/webhooks.json?url=https://your_domain.com/webhook/twitter’
–header ‘authorization: OAuth oauth_consumer_key=“CONSUMER_KEY”, oauth_nonce=“GENERATED”, oauth_signature=“GENERATED”, oauth_signature_method=“HMAC-SHA1”, oauth_timestamp=“GENERATED”, oauth_token=“ACCESS_TOKEN”, oauth_version=“1.0”’