How to access SharePoint online data in plain html page using Javascript ? [External page]
Is it possible? I tried using STS but not getting the proper result !
Followed these links -
How to access SharePoint online data in plain html page using Javascript ? [External page]
Is it possible? I tried using STS but not getting the proper result !
Followed these links -
You can create the Web Service using SharePoint Client Object Model which will returns SharePoint Online Data.
Then, you can call that Web Service from your html page using JavaScript.