You are here

function linkedin_get_profile_fields in LinkedIn Integration 7

Same name and namespace in other branches
  1. 6 linkedin.inc \linkedin_get_profile_fields()

@todo Please document this function.

See also

http://drupal.org/node/1354

5 calls to linkedin_get_profile_fields()
linkedin_access_token in ./linkedin.inc
@todo Please document this function.
linkedin_profile_display_access in linkedin_profile/linkedin_profile.module
linkedin_profile_user_load in linkedin_profile/linkedin_profile.module
Implements hook_user_load().
linkedin_status_update_form_elements in linkedin_status/linkedin_status.pages.inc
@todo Please document this function.
linkedin_user_settings in ./linkedin.pages.inc
@todo Please document this function.

File

./linkedin.module, line 144

Code

function linkedin_get_profile_fields($uid, $fields = array()) {
  module_load_include('inc', 'linkedin');
  return _linkedin_get_profile_fields($uid, $fields);
}