Simple Skydrive demo

This demo uses OAuth2 and CORS (or JSONP) to make some REST calls which navigate the Windows Live Graph API to get some photos out of Skydrive. It is PLUGIN-FREE!

If running locally, register your development domain and replace WINDOWS_CLIENT_ID (below) with the client_id you are assigned

Start by logging in

1. Create an Album

2. Select a file

pick an album as the destination

This is the crux of what this demo is showing. postPhoto uploads the file selected in the file input element to the path of the album. It then creates an anchor tag to the uploaded file.

IFrameHack

This Form+iFrame+hash hack lets us attach a number of different data types to be posted.