flux LinkedIn API

Component ID

2054853

Component name

flux LinkedIn API

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

573

Component created

Component changed

Component body

Integrates with the LinkedIn API based upon the flux Services integration.

This is an integration module, so it does not expose any end-user functionality. It integrates Drupal with the LinkedIn API by providing remote entities and provides Views support via the EntityFieldQuery Views backend.

Requirements

API

  • The module connects to LinkedIn via the Guzzle web service client and provides a clean API for developers to interact with LinkedIn.
$account = entity_load_single('fluxservice_account', $id);
$me = $account->client()->GetMe();

Status

The module is basically working, i.e. authentication etc. works. Current LinkedIn API coverage is quite limited, but it could be easily extended by providing more Guzzle service descriptions - Patches welcome!