in reply to OAuth 2.0 - Starting Lynx from within a Perl script

Do not overlook what you will find by searching for OAuth at http://search.cpan.org. Looks to be 346 modules, at this writing ...
  • Comment on Re: OAuth 2.0 - Starting Lynx from within a Perl script

Replies are listed 'Best First'.
Re^2: OAuth 2.0 - Starting Lynx from within a Perl script
by jprimes (Initiate) on Oct 02, 2015 at 15:08 UTC

    Thanks for the tip,

    but actually my question is more related to starting a process (the user's default browser, or Lynx) from a script, and capture the HTTP response after the user has been authenticated and eventually is being redirected (HTTP 302).

    Regards,