Skip to content

Revise documentation for social feed JavaScript model#10817

Merged
andrewconnell merged 7 commits into
SharePoint:mainfrom
Ashlesha-MSFT:general-development-olddoc6
May 12, 2026
Merged

Revise documentation for social feed JavaScript model#10817
andrewconnell merged 7 commits into
SharePoint:mainfrom
Ashlesha-MSFT:general-development-olddoc6

Conversation

@Ashlesha-MSFT

@Ashlesha-MSFT Ashlesha-MSFT commented May 4, 2026

Copy link
Copy Markdown
Contributor

Updated the document to include a note about the deprecation of the SharePoint social feed JavaScript object model and added links to alternative APIs.
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 4cec282:

✅ Validation status: passed

File Status Preview URL Details
docs/general-development/how-to-create-and-delete-posts-and-retrieve-the-social-feed-by-using-the-javascr.md ✅Succeeded View

For more details, please refer to the build report.

Update the overview of the SharePoint mobile client authentication object model to indicate that the content is legacy and provide guidance for current development practices.
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 37d52a5:

💡 Validation status: suggestions

File Status Preview URL Details
docs/general-development/overview-of-the-sharepoint-mobile-client-authentication-object-model.md 💡Suggestion View Details
docs/general-development/how-to-create-and-delete-posts-and-retrieve-the-social-feed-by-using-the-javascr.md ✅Succeeded View

docs/general-development/overview-of-the-sharepoint-mobile-client-authentication-object-model.md

  • Line 50, Column 47: [Suggestion: preserve-view-not-set - See documentation] You've pinned this link to a specific version of content with the view parameter. It's recommended not to pin a version unless that version is A) not the default view and B) the context is about that version specifically. To proceed with pinning a version add the &preserve-view=true to the URL. Otherwise, remove the view parameter. URL: /dotnet/api/system.net.icredentials?view=net-10.0

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 9bf9fc8:

✅ Validation status: passed

File Status Preview URL Details
docs/general-development/how-to-create-and-delete-posts-and-retrieve-the-social-feed-by-using-the-javascr.md ✅Succeeded View
docs/general-development/overview-of-the-sharepoint-mobile-client-authentication-object-model.md ✅Succeeded View

For more details, please refer to the build report.

Updated the content and formatting of the Excel Services UDFs documentation, including improvements in clarity and structure.
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 61db49a:

✅ Validation status: passed

File Status Preview URL Details
docs/general-development/how-to-create-and-delete-posts-and-retrieve-the-social-feed-by-using-the-javascr.md ✅Succeeded View
docs/general-development/overview-of-the-sharepoint-mobile-client-authentication-object-model.md ✅Succeeded View
docs/general-development/understanding-excel-services-udfs.md ✅Succeeded View

For more details, please refer to the build report.

@andrewconnell andrewconnell self-assigned this May 12, 2026
@andrewconnell andrewconnell added the pr:in-review Actively reviewing pull request label May 12, 2026
@andrewconnell andrewconnell self-requested a review May 12, 2026 09:30
…t formatting cleanup

- revert `ms.date` to original publication date; rendering engine
  shows last modified date dynamically from git history
- collapse runs of blank lines and remove blank lines between
  adjacent list items
- normalize ordered list markers to `1.` and unordered to `- `
  with single space between marker and content
- remove legacy `<a name="...">` anchors; rely on heading slugs
- left-align fenced code blocks, normalize language tags, and
  convert 4-space indentation to 2-space in code samples
- strip leading/trailing blank lines inside code fences
- collapse double spaces in prose (frontmatter and code blocks
  untouched)

@andrewconnell andrewconnell left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when updating a page that's got a lot of formatting issues like this one, when we update it, we should make sure the entire doc has been modernized, not just just selective modernization


Learn how to create and delete microblog posts and retrieve social feeds by using the SharePoint JavaScript object model.

> **Important:** The SharePoint social feed JavaScript object model (`SP.Social`) is deprecated in modern SharePoint and is not supported in SharePoint Online modern experiences. For new solutions, use Microsoft Graph or Viva Engage (Yammer) APIs.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should use the approved alert callouts for msdocs

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit aeca4e4:

⚠️ Validation status: warnings

File Status Preview URL Details
docs/general-development/how-to-create-and-delete-posts-and-retrieve-the-social-feed-by-using-the-javascr.md ⚠️Warning View Details
docs/general-development/overview-of-the-sharepoint-mobile-client-authentication-object-model.md ✅Succeeded View
docs/general-development/understanding-excel-services-udfs.md ✅Succeeded View

docs/general-development/how-to-create-and-delete-posts-and-retrieve-the-social-feed-by-using-the-javascr.md

  • Line 72, Column 5: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#bkmk_PubPosts' in 'general-development/how-to-create-and-delete-posts-and-retrieve-the-social-feed-by-using-the-javascr.md'.
  • Line 73, Column 5: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#bkmk_GetFeeds' in 'general-development/how-to-create-and-delete-posts-and-retrieve-the-social-feed-by-using-the-javascr.md'.
  • Line 74, Column 5: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#bkmk_DeletePosts' in 'general-development/how-to-create-and-delete-posts-and-retrieve-the-social-feed-by-using-the-javascr.md'.
  • Line 89, Column 78: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#bk_CreateApp' in 'general-development/how-to-create-and-delete-posts-and-retrieve-the-social-feed-by-using-the-javascr.md'.
  • Line 152, Column 78: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#bk_CreateApp' in 'general-development/how-to-create-and-delete-posts-and-retrieve-the-social-feed-by-using-the-javascr.md'.
  • Line 267, Column 78: [Warning: bookmark-not-found - See documentation] Cannot find bookmark '#bk_CreateApp' in 'general-development/how-to-create-and-delete-posts-and-retrieve-the-social-feed-by-using-the-javascr.md'.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

- replace removed `#bkmk_*` and `#bk_CreateApp` anchor links with
  heading-slug references for intra-file navigation
- convert plain `> Note:` paragraph to `> [!NOTE]` admonition block
- reindent nested sublist under list item to 4-space indent
- move backticks inside link brackets so `[name](url)` becomes
  [`name`](url) and renders the link text as inline code
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 6ca3aee:

✅ Validation status: passed

File Status Preview URL Details
docs/general-development/how-to-create-and-delete-posts-and-retrieve-the-social-feed-by-using-the-javascr.md ✅Succeeded View
docs/general-development/overview-of-the-sharepoint-mobile-client-authentication-object-model.md ✅Succeeded View
docs/general-development/understanding-excel-services-udfs.md ✅Succeeded View

For more details, please refer to the build report.

@andrewconnell andrewconnell added pr:ready-to-merge Ready to merge PR and removed pr:in-review Actively reviewing pull request labels May 12, 2026
@andrewconnell andrewconnell merged commit 7bbbea0 into SharePoint:main May 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment