Windows Phone Store just published my new app, My Cloud Time: http://bit.ly/1jCiuia
This is a simple time recorder that lets you export to CSV and do backup and restore on OneDrive.
@JoeMayo
It’s easy to implement the ASP.NET Owin support for Log-In with Twitter because you only need to uncomment a statement in Startup.Auth.cs as described in the article, ASP.NET MVC 5 App with Facebook and Google OAuth2 and OpenID Sign-on. However, the problem with the Twitter implementation is that you don’t get OAuth tokens back in the default implementation – there’s only a user name and ID. This post explains how to get those OAuth tokens, which I’ll call Access tokens for consistency with the current ......