Skip to content

Commit 5e5eac3

Browse files
fowl2VesaJuvonen
authored andcommitted
add in permissions: add more detail to social permissons (SharePoint#4316)
Copied from get-started-developing-with-social-features-in-sharepoint.md for better CTRL+F ability. Was stuck for ages trying to find "user profile".
1 parent 49cb81d commit 5e5eac3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/sp-add-ins/add-in-permissions-in-sharepoint.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,12 @@ Table 6 shows the permission request scope for social features. It also lists th
227227

228228
**Table 6. Social features add-in permission request scope URIs and available rights**
229229

230-
|**Scope URI**|**Available rights**|
231-
|:-----|:-----|
232-
|http://sharepoint/social/tenant |Read, Write, Manage, FullControl|
233-
|http://sharepoint/social/core |Read, Write, Manage, FullControl|
234-
|http://sharepoint/social/microfeed |Read, Write, Manage, FullControl|
230+
|**Scope name**|**Description**|**Available rights**|
231+
|:-----|:-----|:-----|
232+
|User Profiles<br/>`http://sharepoint/social/tenant`|The permission request scope used to access all user profiles. Only the profile picture can be changed; all other user profile properties are read-only for SharePoint Add-ins. Must be installed by a tenant administrator.|Read, Write, Manage, FullControl|
233+
|Core<br/>`http://sharepoint/social/core`|The permission request scope used to access the user's followed content and shared metadata that is used by microblogging features. This scope applies only to personal sites that support following content. If the app installs on any other type of site, use the Tenant scope.|Read, Write, Manage, FullControl|
234+
|News Feed<br/>`http://sharepoint/social/microfeed`|The permission request scope used to access the user's feed or the team feed. This scope applies to personal sites that support microblogging or to team sites where the **Site Feed** feature is activated. If the app installs on any other type of site, use the Tenant scope.|Read, Write, Manage, FullControl|
235+
| `http://sharepoint/social/trimming`|This permission request scope used to determine whether to display security-trimmed content in the social feed to apps. If this high-trust permission is not granted, some content (such as activities about documents and sites that the app doesn't have permissions to) is trimmed from the feed data that's returned to the app, even if the user has sufficient permissions. This permission must be manually added to the app's manifest file.|Read, Write, Manage, FullControl|
235236

236237
> [!NOTE]
237238
> For more information about social features add-in permission request scope, see [Add-in permission requests for accessing social features](../general-development/get-started-developing-with-social-features-in-sharepoint.md#app-permission-requests-for-accessing-social-features-in-sharepoint-add-ins).

0 commit comments

Comments
 (0)