I've done some research and found a question that wants to understand the reasons for “invalid or expired token” but that doesn't solve my problem / doesn't provide one solution to this case using twurl.
Situation is that
- Registered app and got the Consumer API token & access, Access token & access.
Authentication succeeded (using pin code)
twurl authorize --consumer-key ************** --consumer-secret *****************
Now get error "Invalid or expired token" when running the following command
$ twurl /1.1/statuses/mentions_timeline
{"errors":[{"code":89,"message":"Invalid or expired token."}]}
How can this be fixed?