We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5687111 commit e99d75fCopy full SHA for e99d75f
linkedin/linkedin.py
@@ -15,6 +15,7 @@
15
__all__ = ['LinkedInAuthentication', 'LinkedInApplication', 'PERMISSIONS']
16
17
PERMISSIONS = enum('Permission',
18
+ COMPANY_ADMIN='rw_company_admin',
19
BASIC_PROFILE='r_basicprofile',
20
FULL_PROFILE='r_fullprofile',
21
EMAIL_ADDRESS='r_emailaddress',
0 commit comments