laravel-linkedin icon indicating copy to clipboard operation
laravel-linkedin copied to clipboard

Linkedin API integration for Laravel and Lumen 5

Results 14 laravel-linkedin issues
Sort by recently updated
recently updated
newest added

tried installing with Laravel 6 says not compatible. Any plans to update?

Code need to be updated to new OAuth 2.0 of Linkedin. Since May 1, 2019, LinkedIn has deprecated the use of its v1 APIs and the code does not work...

Hi I am using this package and trying to share on LinkedIn from v2 api of Linkedin but I am getting following error Unpermitted fields present in PARAMETER: Data Processing...

I am getting the "'submitted-url' and 'media-key' cannot be both empty" error while sharing with image, below is my code. $options = [ 'json'=>[ 'comment' => $Content, 'content' => [...

I need to display recommendations of mine on my personal site. How can I achieve this?

How to call Social Action's API https://developer.linkedin.com/docs/lms/marketing-analytics/quick-start#social-actions I am trying this API using below code. LinkedIn::setAccessToken($accessToken); $result = LinkedIn::get('https://api.linkedin.com/v2/socialActions/urn:li:member:'.$userId.'/likes'); It will give null in $result variable. Please help me on...

This will make the package work with auto-discovery in Laravel 5.5 :smile:

using laravel 5.2, followed the guide, copied and pasted in the provider, alias and example code. it looks like the vendor path doesnt match the paths that I'm putting in...