Symfony2 HwioAuth - getting full profildetail from linkedin Symfony2 HwioAuth - getting full profildetail from linkedin symfony symfony

Symfony2 HwioAuth - getting full profildetail from linkedin


Look at this LinkedIn API client and its first example. You fetch stuff by

$linkedIn->api('v1/people/~:(firstName,lastName)');

Also, have a look at the API documentation. It states clearly what fields you can fetch and how.