Tried the same command and several other similar commands. The output is
"Usage: twurl authorize --consumer-key key --consumer-secret secret
twurl [options] /1.1/statuses/home_timeline.json
Supported Commands: accounts, alias, authorize, set
Getting started:
-T, --tutorial Narrative overview of how to get started using Twurl
Authorization options:
-u, --username [username] Username of account to authorize (required)
-p, --password [password] Password of account to authorize (required)
-c, --consumer-key [key] Your consumer key (required)
-s, --consumer-secret [secret] Your consumer secret (required)
-a, --access-token [token] Your access token
-S, --token-secret Your token secret
Common options:
-t, --[no-]trace Trace request/response traffic (default: --no-trace)
-d, --data [data] Sends the specified data in a POST request to the HTTP server.
-r, --raw-data [data] Sends the specified data as it is in a POST request to the HTTP server.
-A, --header [header] Adds the specified header to the request to the HTTP server.
-H, --host [host] Specify host to make requests to (default: api.twitter.com)
-q, --quiet Suppress all output (default: output is printed to STDOUT)
-U, --no-ssl Disable SSL (default: SSL is enabled)
-X, --request-method [method] Request method (default: GET)
-P, --proxy [proxy] Specify HTTP proxy to forward requests to (default: No proxy)
-f, --file [path_to_file] Specify the path to the file to upload
-F, --file-field [field_name] Specify the POST parameter name for the file upload data (default: media)
-b, --base64 Encode the uploaded file as base64 (default: false)
-h, --help Show this message
-v, --version Show version "
I have authorized the account already by executing the commands.
I also verified it using the command: twurl accounts
Output : NissanDxb
Key