Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env plackup
    
    ...
    $fb->request_access_token($req->query_parameters('code'));
    
    };
    
  2. or download this
    
    system("/opt/google/chrome/chrome", "$uri");
    ...
       my $token_string = $token_response_object->token;
       my $token_expires_epoch = $token_response_object->expires;