@juanshishido That’s not the case, as twurl is not working on Ads API related requests which is the API I need.
After sending the command:
twurl -H ads-api.twitter.com /1/accounts
I’m getting the message:
The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.
Also, when I’m sending:
twurl authorize -H ads-api.twitter.com --consumer-key <KEY> --consumer-secret <SECRET>
I get the response:
Authorization failed. Check that your consumer key and secret are correct, as well as username and password.
I’m using the same consumer key and secret like in the Python SDK and I have no problems there getting the accounts list.
I’ve also checked the .twurlrc file. The consumer key and secret are the same but the access token and access token secret are different from what I have in my Twitter app which I use in Python SDK.