Showing posts with label google docs. Show all posts
Showing posts with label google docs. Show all posts

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.