chris.plato.kid has asked for the wisdom of the Perl Monks concerning the following question:

I need to authenticate using OAuth2, I have a set of consumer key and secret and preauthenticated access key and tokens. Most of the examples I have looked at from Net::OAuth2 seems to request the access token from the Service Provider. Wondering how to go about setting my preauthenticated access token to use it directly? Thanks for any help!
  • Comment on How to use Oauth2 with preauthenticated access tokens?