Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Need to resolve the API call query

by chandantul (Scribe)
on Jun 04, 2021 at 04:07 UTC ( [id://11133496]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    https://dev.preview.com/oauth2/default/v1/authorize?client_id=xxxxxxxx
    +xxxxxxxxxxxxx&response_type=code&scope=openid&redirect_uri=http%3A%2F
    +%2Ftestchandan.com%3A5001&state=1234&nonce=UBGW
    
  2. or download this
    use strict;
    #use warning;
    ...
    unless($response1->is_success()) {
       die($response1->code, "\n", $response1->content, "\n");
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11133496]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-03-28 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found