Subject: | [FATAL] Failed to get authenticated user data from twitter (verify_credentials) |
I had twirc working nicely, but recently it quit working completely. I keep getting "[FATAL] Failed to get authenticated user data from twitter (verify_credentials)" when I try to start it.
$ twirc -c twirc.ini -d
23:24:14 [DEBUG] Creating lwp_useragent_poe_http_client_poco session
23:24:14 [DEBUG] Spawning lwp_useragent_poe_http_client_poco POE HTTP client component
23:24:14 [INFO] Received request http://api.twitter.com/1.1/account/verify_credentials.json?include_entities=true
23:24:14 [DEBUG] Awaiting http://api.twitter.com/1.1/account/verify_credentials.json?include_entities=true
23:24:14 [DEBUG] Handling request http://api.twitter.com/1.1/account/verify_credentials.json?include_entities=true
23:24:14 [DEBUG] Handling response http://api.twitter.com/1.1/account/verify_credentials.json?include_entities=true
23:24:14 [INFO] Response from http://api.twitter.com/1.1/account/verify_credentials.json?include_entities=true arrived (403)
23:24:14 [ERROR] twitter errer: 403 Forbidden at /opt/perl/5.18.1/lib/site_perl/5.18.1/POE/Component/Server/Twirc.pm line 259
23:24:14 [FATAL] Failed to get authenticated user data from twitter (verify_credentials)
I've checked my Applications page on Twitter, and it shows twirc as authorized. I've tried revoking access and reauthorizing. The Applications page shows twirc reauthorized successfully, but I still get the same error.