SharePoint Online (Office 365) RSS on Xibo

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.

SharePoint Online needs to get authentication via Claims based Authentication. Read some pointers here: https://sharepoint.stackexchange.com/questions/205271/use-curl-to-upload-files-to-sharepoint-online