Subject: | Pernicious typo in the POD |
Hey,
In the POD, documentation for the %tokens passed to the ->new method, it says
the access tokens are passed as 'access_token' and 'access_secret' key, when in reality, the secret uses the 'access_token_secret' key.
And passing the token as 'access_secret' doesn't throw any alarms, but simply causes ->authorized to always return false.
I probably spent half an hour right now, trying to figure out, why my access tokens were no good :)
--
Cheers,
ZZ [ https://metacpan.org/author/ZOFFIX ]