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

Net::Google::Drive::Simple does something similar to your task. I believe it achieves what you want by launching its own web server with a page, where the user then kicks of the OAuth2 dance. Maybe you can reuse the logic from that module?

  • 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:03 UTC

    Thank you, actually I cannot.

    Regards,