Marc Mims
Marc Mims
Welcome @JJ! Net::Twitter is ready for deprecation. It, and it's companion Net::Twitter::Lite have been the most perl5 Twitter API libraries for many years. But they've become hard to maintain, have...
That's a good one! It will satisfy yanick/Catalyst-Authentication-Credential-Twitter#5.
Correct. Twitter::API is production ready. On Sun, Feb 4, 2018 at 8:25 AM Jess wrote: > Random query - off the back of seeing the deprecation notice on > Net::Twitter.....
Are you using the direct message methods? If so, yes, your script will likely quite working. :-/ If it isn't using direct messages, it should continue to work. Twitter still...
Hey, Josh. Give Twitter::API a try. It's a rewrite of Net::Twitter that's much leaner and I just added the capability you need for `media_ids` in [version 0.0111](https://metacpan.org/release/MMIMS/Twitter-API-0.0111). I intend to...
Well, it no longer fails, outright, but it doesn't parse the v1.1 response and display a useful message. So, I think I'll leave it open until I've addressed that.
The assignment to `$_` is correct, provided `$_` is modifiable, which is expected in that context. Can you show me the actual API call that results in the error? If...