Getting the linkedin user profile
my $profile_xml = $li->request(
request_url => 'http://api.linkedin.com/v1/people/~:(id,first-name,last-name,positions,industry,distance)',
access_token => $access_token->{token},
access_token_secret => $access_token->{secret},
);
結果は出ましたが、id、名、姓を別々に取得したいです。GetElementByTheTagName を使用して値を取得する方法。