You are here

function linkedin_get_fields in LinkedIn Integration 7

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

@todo Please document this function.

See also

http://drupal.org/node/1354

1 call to linkedin_get_fields()
_linkedin_get_profile_fields in ./linkedin.inc
@todo Please document this function.

File

./linkedin.module, line 160

Code

function linkedin_get_fields($url, $tokens) {
  module_load_include('inc', 'linkedin');
  return _linkedin_get_fields($url, $tokens);
}