Dear all,
Has anyone managed to get the SharePoint Online (Office 365) RSS feed on Xibo ?
I have read this Display internal Sharepoint RSS feed in Xibo 1.7.x
CURL and WGET throws "403 FORBIDDEN"
curl --anyauth --user user@mycompany.com:Password https://mycompany.sharepoint.com/sites/mysite1/_layouts/15/listfeed.aspx?List=985bc48f-cf90-45c7-bdf2-6ed8cf4f93e3 >/var/www/html/www/rssfeed.xml
wget --http-user=user@mycompany.com --http-password=Password -O /var/www/html/www/rssfeed.xml https://mycompany.sharepoint.com/sites/mysite1/_layouts/15/listfeed.aspx?List={985bc48f-cf90-45c7-bdf2-6ed8cf4f93e3}
Anyhelp would be much appreciated, thank you.