Microsoft adds code samples to GitHub
Written by Alex Denham   
Monday, 15 August 2011

In something of a surprise move, Microsoft has created a code sample repository on GitHub for for integrating Windows data into a variety of applications.

 

According to Dare Obasanjo. Lead Program Manager for the Messenger Connect Platform writing on the WindowsLive blog the samples have been posted is response to developer requests for code samples on popular smartphone platforms such as iOS as well as for Microsoft technologies like C# and ASP.NET. The code samples show how to integrate data from SkyDrive, Messenger, and Hotmail into a variety of application types.

The samples fall into three broad categories:

  • mobile client samples that show how to integrate user data into applications written in Silverlight and Objective C targeting the Windows Phone and iOS platforms
  • desktop code samples showing how to integrate user data into applications written in C#
  • and server-side code samples that show how to access user data using server-to-server calls when the user has given the application long-lived access to their data.

The desktop code sample, according to the blog post, follows a similar pattern to that used in a mobile application, of having an application hosting an embedded browser that redirects the user to http://oauth.live.com/desktop. The difference is that mobile applications specify a display parameter with the value set to “touch,” which indicates a touch screen-optimized experience, whereas desktop applications do not.

The server–side code samples have been added because a lot of developers contacted the group wanting to see complete code samples showing how an application that is actually making server-to-server calls to access a user’s Windows Live data should work. There are samples in ASP.NET and PHP showing how to use Microsoft’s JavaScript SDK to create a sign-in or connect button that takes the user through the process of giving consent to the application accessing their data when clicked.

 

If you would like to be informed about new articles on I Programmer you can either follow us on Twitter or Facebook or you can subscribe to our weekly newsletter.

 

Banner


Redis Changes License, Rival Fork Launched
03/04/2024

The developers of Redis have announced that they are changing the licensing model for the database. From now on, all future versions of Redis will be released with source-available licenses rather tha [ ... ]



GitHub Introduces Code Scanning
26/03/2024

GitHub has announced a public beta of a code scanner that automatically fixes problems. The new feature was announced back in November, but has now moved to public beta status.  


More News

Last Updated ( Monday, 15 August 2011 )