Skip to content

Commit e99d75f

Browse files
committed
Added rw_company_admin permission
This perimission is missing. It's documented here https://developer.linkedin.com/documents/authentication
1 parent 5687111 commit e99d75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linkedin/linkedin.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
__all__ = ['LinkedInAuthentication', 'LinkedInApplication', 'PERMISSIONS']
1616

1717
PERMISSIONS = enum('Permission',
18+
COMPANY_ADMIN='rw_company_admin',
1819
BASIC_PROFILE='r_basicprofile',
1920
FULL_PROFILE='r_fullprofile',
2021
EMAIL_ADDRESS='r_emailaddress',

0 commit comments

Comments
 (0)