Using the SkyDrive API I have managed to access a specific SkyDrive account and images in a specific SkyDrive folder. I am able to pull the requested images to a web gallery and to display them.
My problem is that the SkyDrive login is done manually by typing in the username and password.
I would like to make that login request automatic from the web app/image gallery on the server side.
Is this possible and how?
Soon I will be updating this thread with a working example and some code.
Found a Jomla extension that does what I need. http://extensions.joomla.org/extensions/photos-a-images/galleries/content-photo-gallery/23932
Now how to do this with PHP,WordPress and JavaScript?