mcn/linkedin

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

dev-master 2013-04-19 17:00 UTC

This package is not auto-updated.

Last update: 2016-03-12 08:54:01 UTC


README

Build Status

Authentication

To use the authentication adapter you can simply add the trait MCNLinkedIn\Entity\ConsumerTrait to your user class and add the following piece of configuration to list of adapters in MCNUser. If you don't have support for php 5.4 or don't use the trait make sure to update the adapter options accordingly!

'MCNLinkedIn\Options\Authentication\Adapter\LinkedIn' => array(
    // default values
    'entityIdProperty'             => 'linkedInId',
    'entityTokenProperty'          => 'linkedInAccessToken',
    'entityTokenExpiresAtProperty' => 'linkedInTokenExpiresAt'
)