From fa941112770c2c7b989a0fdf3f4a30750883f150 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Tue, 3 Sep 2019 11:09:23 +0300 Subject: [PATCH] Changed linkeding OAuth scopes --- src/Auth/OAuth/LinkedIn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth/OAuth/LinkedIn.php b/src/Auth/OAuth/LinkedIn.php index 5298995d33..4e0857925b 100644 --- a/src/Auth/OAuth/LinkedIn.php +++ b/src/Auth/OAuth/LinkedIn.php @@ -15,7 +15,7 @@ class LinkedIn extends OAuth * @var array */ protected $scope = [ - 'r_liteprofile', + 'r_basicprofile', 'r_emailaddress', 'w_member_social', //'r_fullprofile', //TODO request permission from linkedIn for this scope