Results 1 to 2 of 2

Thread: Introducing a new easy and powerful OAuth library for Qt - kQOAuth

  1. #1
    Join Date
    Dec 2008
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Introducing a new easy and powerful OAuth library for Qt - kQOAuth

    Hi all,

    I wanted to let you know that I have created a new OAuth library for Qt called kQOAuth. I am still to add more documentation, but you can read about it here:

    http://www.johanpaul.com/blog/2010/1...ibrary-for-qt/

    I will add a dedicated page for kOQAuth on my site in a few days. In the meantime I am more than happy to answer any questions about it here.

    Source code is licensed under the LGPL license and source can be found in Gitorious: http://www.gitorious.org/kqoauth/kqoauth

    My motivation for this library came from the existing Qt based OAuth library, QOAuth. But I felt I wanted to improve on it in some respect. So here are the features of kQOAuth in a nutshell:
    - Fully asynchronous using signals and slots. Integrates very nicely in any Qt program
    - Easy way to retrieve user authorization by opening a web page. Built in HTTP server will parse the reply for you.
    - No external dependencies to e.g. QCA.
    - Convenience APIs for very easy OAuth authentication. See example TwitterCLI program that implements a command line Twitter client in some tens lines of code.
    - Yet powerful; if you want to have full control of the authentication process, you will get all necessary signals and you can create all requests yourself.

    Tested against Twitter.

    --
    Kypeli

    PS. The k comes from Kypeli, not from KDE.

  2. #2
    Join Date
    Jun 2011
    Posts
    11
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Introducing a new easy and powerful OAuth library for Qt - kQOAuth

    Hello,
    Does kqouth library be used for Google contacts api.
    If so can you please post sample codes for google contacts apis authorization.

    Thanks in advance

Similar Threads

  1. Replies: 3
    Last Post: 4th October 2010, 16:39
  2. QOAuth - a Qt OAuth library
    By ayoy in forum Qt-based Software
    Replies: 1
    Last Post: 10th August 2009, 14:50
  3. Adding a OAuth library to a QT application
    By srohit24 in forum Qt Programming
    Replies: 1
    Last Post: 14th April 2009, 09:33
  4. Introducing ChainLink: Matlab-style GUI for Qt4 developers
    By magland in forum Qt-based Software
    Replies: 9
    Last Post: 19th December 2007, 05:56
  5. Simple yet powerful object factory
    By mcostalba in forum Qt Programming
    Replies: 2
    Last Post: 23rd August 2007, 17:46

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.