Download the PHP package linkedin-laravel/linkedin-update without Composer
On this page you can find all versions of the php package linkedin-laravel/linkedin-update. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download linkedin-laravel/linkedin-update
More information about linkedin-laravel/linkedin-update
Files in linkedin-laravel/linkedin-update
Package linkedin-update
Short Description This package allows you to easily share content on Likedin, using the v2 API.
License MIT
Informations about the package linkedin-update
Linkedin Share v2 API Integration for Laravel
This package allows you to share content in Linkedin with the v2 API
Installation on Laravel
You can install this package via composer:
In Laravel 5.5 the service provider will automatically get registered. In older versions of the Laravel you should add the service provider to the config/app.php file:
You can publish the config file with:
After publishing the config file, you should declare the following variables in your .env file.
Sharing content
You will need the user authentication code ($code) to be able to share content in behalf of the user, you will probabily get this code from the fornt-end of your application.
Sharing text
Sharing images
Sharing links
Sharing content with access_token
If you prefere to share content using the user access_token, you should include an optional parameter to the share functions. Example:
Extra functionality
Getting access token from authentication code
About Lightit
Light-it is a software development company with offices in Uruguay and Paraguay.
License
This project and the Laravel framework are open-sourced software licensed under the MIT license.