File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ class Linkedin extends AbstractService
2020{
2121 /**
2222 * Defined scopes
23- * @link http://developer.linkedin.com/documents/authentication#granting
23+ *
24+ * @link https://docs.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?context=linkedin/context
2425 */
25- const SCOPE_R_BASICPROFILE = 'r_basicprofile ' ;
26+ const SCOPE_R_LITEPROFILE = 'r_liteprofile ' ;
2627 const SCOPE_R_FULLPROFILE = 'r_fullprofile ' ;
2728 const SCOPE_R_EMAILADDRESS = 'r_emailaddress ' ;
2829 const SCOPE_R_NETWORK = 'r_network ' ;
@@ -31,7 +32,7 @@ class Linkedin extends AbstractService
3132 const SCOPE_RW_COMPANY_ADMIN = 'rw_company_admin ' ;
3233 const SCOPE_RW_GROUPS = 'rw_groups ' ;
3334 const SCOPE_W_MESSAGES = 'w_messages ' ;
34- const SCOPE_W_SHARE = 'w_share ' ;
35+ const SCOPE_W_MEMBER_SOCIAL = 'w_member_social ' ;
3536
3637 public function __construct (
3738 CredentialsInterface $ credentials ,
You can’t perform that action at this time.
0 commit comments