in reply to Setting HTTP Header for Oauth2 Authentication

You seem to have found some modules for your task, but don't seem to be using those modules in your code. Take a look at the LWP::Authen::Oauth2 documentation, and use the methods described there in your code.

  • Comment on Re: Setting HTTP Header for Oauth2 Authentication

Replies are listed 'Best First'.
Re^2: Setting HTTP Header for Oauth2 Authentication
by Anonymous Monk on Apr 22, 2014 at 12:37 UTC

      Thanks AM. Will check out the links. Tried to use the LWP::Authen::Oauth2 module but did not get very far with decrypting the documentation with my 3 day old knowledge of Perl. Seemed a little skeletal for newbie :) Hence my attempt to set the header and request directly.