As a user, I must be able to pass out the array of fields selector that will override the one from code and will only query the provided fields in profile. e.g
linkedin.people.me(['id', 'first-name', 'last-name'],function(err, $in) {
// Loads the profile of access token owner.
});
As a user, I must be able to pass out the array of fields selector that will override the one from code and will only query the provided fields in profile. e.g