@@ -27,6 +27,7 @@ class Scope extends AbstractEnum
2727 * Allows to read basic information about profile, such as name
2828 */
2929 const READ_BASIC_PROFILE = 'r_basicprofile ' ;
30+ 3031 /**
3132 * Request a minimum information about the user
3233 * Use this scope when implementing "Sign In with LI"
@@ -49,13 +50,34 @@ class Scope extends AbstractEnum
4950 * Enables ability to share content on LinkedIn
5051 */
5152 const SHARING = 'w_share ' ;
53+ 5254 /**
5355 * Manage and delete your data including your profile, posts, invitations, and messages
5456 */
5557 const COMPLIANCE = 'w_compliance ' ;
5658
59+ /**
60+ * Post, comment and like posts on behalf of an organization.
61+ */
5762 const SHARE_AS_ORGANIZATION = 'w_organization_social ' ;
63+ 64+ /**
65+ * Retrieve organizations' posts, comments, and likes.
66+ */
5867 const READ_ORGANIZATION_SHARES = 'r_organization_social ' ;
68+ 69+ /**
70+ * Post, comment and like posts on behalf of an authenticated member.
71+ */
5972 const SHARE_AS_USER = 'w_member_social ' ;
73+ 74+ /**
75+ * Restricted API!
76+ */
77+ const READ_USER_CONTENT = 'r_member_social ' ;
78+ 79+ /**
80+ * Read and write access to ads.
81+ */
6082 const ADS_MANAGEMENT = 'rw_ads ' ;
6183}
0 commit comments