Cluster computing
Thursday, August 15, 2013
›
public static string ReverseWords( string s) { var sb = new StringBuilder (s); Reverse(sb, 0, sb.Length - 1); int start ...
Wednesday, August 14, 2013
testing oauth
›
Lessons learned today. OAuth has two core concepts - user and client user is the one who is identified by the user name and password on t...
Native applications in the OAuth RFC
›
This post I'm making so that I read up on what the spec says. Its easy to get confused in the labyrinth of terms and use cases so I wil...
Tuesday, August 13, 2013
Password vs implicit grant on OAuth as I understand it
›
The OAuth implementations need not provide both password and implicit grant methods on the same endpoint. Hence there can be more than one ...
REST API callback
›
A callback is something that you wrap the response of an API call with such as a javascript function. This is typically supported by GET AP...
Monday, August 12, 2013
Javascript & OAuth API calls
›
Javascript is convenient to make OAuth API calls. User places a simple button to retrieve an OAuth token by way of an API call. The type of...
publishing an app to the app store
›
The following steps are taken to publish an app to the app store. These are loosely based around a demonstration on the YouTube. To publis...
‹
›
Home
View web version