Access SkyDrive using PHP and OAuth
问题 I would like to access skyDrive using PHP. I want to retreive list of files and folders, download, upload and delete files. I've got a microsoft dev clientID and clientSecret. Can anybody get me started with connecting to skyDrive with OAuth and making use of the API? Thanks a lot! 回答1: This is actually quite a broad question. Here's hopefully something that will get you started. Have a look at SkyDrives REST API. You could use PHP cURL to perform the GET's and POST's. Use json_decode() to