You are here

function linkedin_put_profile_field in LinkedIn Integration 7

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

@todo Please document this function.

See also

http://drupal.org/node/1354

1 call to linkedin_put_profile_field()
linkedin_status_li_set_status in linkedin_status/linkedin_status.module
Implements hook_li_set_status().

File

./linkedin.module, line 177

Code

function linkedin_put_profile_field($uid, $body, $api = 'shares') {
  module_load_include('inc', 'linkedin');
  return _linkedin_put_profile_field($uid, $body, $api);
}