Help for this page

Select Code to Download


  1. or download this
    # Attempts to construct tokens, returns the access_token (which may ha
    +ve a
    # request token embedded).
    ...
            return $access_token;
        }
    }
    
  2. or download this
    sub construct_tokens {
        my ($self, $oauth2, $response) = @_;
    ...
        
        $self->SUPER::construct_tokens($oauth2, $response);
    }