OAuth

Recently, I started writing a twitter app for Android, nothing big, just something to practice making apps with. That requires some knowledge with OAuth, which twitter, among other websites, uses for authentication. What differentiates OAuth from the regular path of authentication – using a username and a password – is that the app does not have access to your login […]