zorbus/linkedin-bundle

A bundle for the PHP library that interacts with the LinkedIn API

0.1.0 2015-02-06 12:23 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:20:26 UTC


README

A Symfony Bundle that integrates the Zorbus LinkedIn Library.

Configuration

Add to the config.yml the following parameters with your LinkedIn application values:

zorbus_linked_in: key: TheKeY secret: ThEsECReT scope: r_basicprofile,r_fullprofile

And add the routes to routing.yml

zorbus_linked_in: resource: "@ZorbusLinkedInBundle/Resources/config/routing.yml" prefix: /linkedin