Skip to content

Commit f9d5935

Browse files
committed
Added one more LinkedIn scope
1 parent 288533f commit f9d5935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OAuth2/Service/Linkedin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class Linkedin extends AbstractService {
2727
const SCOPE_RW_COMPANY_ADMIN = 'rw_company_admin';
2828
const SCOPE_RW_GROUPS = 'rw_groups';
2929
const SCOPE_W_MESSAGES = 'w_messages';
30+
const SCOPE_W_SHARE = 'w_share';
3031

3132
protected $baseApiUri = 'https://api.linkedin.com/{apiVersion}/';
3233
protected $authorizationEndpoint = 'https://www.linkedin.com/uas/oauth2/authorization';

0 commit comments

Comments
 (0)