diff --git a/src/Auth/OAuth/LinkedIn.php b/src/Auth/OAuth/LinkedIn.php index 4e0857925b..9bfeba58f1 100644 --- a/src/Auth/OAuth/LinkedIn.php +++ b/src/Auth/OAuth/LinkedIn.php @@ -17,8 +17,6 @@ class LinkedIn extends OAuth protected $scope = [ 'r_basicprofile', 'r_emailaddress', - 'w_member_social', - //'r_fullprofile', //TODO request permission from linkedIn for this scope ]; /**