chandantul you must get better at reading documentation and code. You must be more careful.

Why did you think there was an authorize() method on a Net::OAuth2::Client object? It's not documented.

In fact the documentation for the module you have chosen to use states: "Net::OAuth2::Client - client for OAuth2 access, deprecated interface".

See https://metacpan.org/release/MARKOV/Net-OAuth2-0.66/source/examples/psgi/app.psgi#L88 for an example of how the client() subroutine should look.

By the way I am not the author of any of these modules.


The way forward always starts with a minimal test.

In reply to Re^13: How can i capture the site_id in Dancer 2 app? by 1nickt
in thread How can i capture the site_id in Dancer 2 app? by chandantul

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.