Forum Discussion
Stewart Foss
Nov 26, 2018Brass Contributor
Syndicate SharePoint Communication site news to an external (non-SharePoint) public site
I think I know the answer to this one, but I have been tasked to find solutions. We have a SharePoint Communication site that is publishing news articles. The publisher of the articles would like them syndicated out to a non-SharePoint site (RSS, Flow, API, something). I don't see anything that enables public access to any SharePoint 'pages.' Sure, we can generate public links to documents and files, but not site pages. Is this correct? Is there any way to authenticate and programmatically pull the contents? The external public site is in php.
1 Reply
- Take a look at the PHP SDK for the Mirosoft Graph: https://github.com/microsoftgraph/msgraph-sdk-php What I'm suggesting is to use the Graph or the SPO APIs to get the information from your site in a PHP Web Site