Need example code (yes, I have gone through the CPAN docs) to authenticate using Net::OAuth2
I have the following:
- consumer key
- consumer secret
- access key
- access secret
P.S. I believe generally, you provide the consumer key and secret and receive an access key and secret, but in this case, I already have them.