1
0
Fork 0
mirror of synced 2024-06-30 20:21:16 +12:00

Remove unauthorized Linkedin scopes

This commit is contained in:
eldadfux 2019-09-03 11:20:00 +03:00
parent fa94111277
commit 712e16f282

View file

@ -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
];
/**