in reply to Re: Brackets in LWP Post
in thread Brackets in LWP Post
What is the value $self->{'auth'}->api_url_base?
$self->{'auth'} is the authenticated instance of LWP::Authen::OAuth2. api_url_base is a method of that module that just returns a string with the base path of the API. In this case, the string is https://api.linkedin.com/v2/.
|
|---|