You need to use the sample code (yes, I went through the CPAN docs) for authentication using Net::OAuth2
I have the following:
- consumer key
- user secret
- access key
- access secret
PS I believe that in general you provide the key and the secret key of the consumer and get the access key and secret, but in this case I already have them.
authentication perl oauth
Chris
source share