Showing posts with label o2. Show all posts
Showing posts with label o2. Show all posts

Saturday, February 2, 2013

Still Riding The Qt Train?

(Or: Welcome, BB10!)

On popular request, I have finally added some documentation to my OAuth library "O2". Check out the new README here: https://github.com/pipacs/o2/blob/master/README.md

Saturday, December 10, 2011

Simple OAuth 2.0 In Qt

I couldn't find any Qt-based OAuth 2.0 implementations, so I made one: https://github.com/pipacs/steps/tree/master/o2. Works with Google Docs, but far from complete.

Special thanks to Johan Paul for KQOAuth, his OAuth 1.0 library, which was inspirational for writing O2.