http://qs1969.pair.com?node_id=782032


in reply to Re^3: How do I use curl with perl and Twitter
in thread How do I use curl with perl and Twitter

The reason why I need to authenticate, is that Twitter rate limits its non-authenticated API calls to a small number of calls every hour. Authenticated (and pre-authorized) accounts, get a much bigger allowance. I did get Net::Twitter installed, and I'm about to test it.