SVN commit 6324 by fluffy:

- Add QOAuth development library

QOAuth is an attempt to support interaction with OAuth-powered network services
in a Qt way, i.e. simply, clearly and efficiently. It gives the application
developer no more than 4 methods, namely:

* requestToken() - to obtain an unauthorized Request Token,
* accessToken() - to exchange Request Token for the Access Token,
* createParametersString() - to construct a request according to OAuth
    authorization scheme,
* inlineParemeters() - to construct a query string basing on given parameters
    (provided only for convenience).


 A             qoauth (directory)  
 A             qoauth/Makefile  
 A             qoauth/distinfo  
 A             qoauth/pkg-descr  
 A             qoauth/pkg-plist  


_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to