[kde-freebsd] [SVN Commit] area51/PORTS/devel
Dima Panov
fluffy at fluffy.khv.ru
Fri Jun 25 15:03:56 CEST 2010
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
More information about the kde-freebsd
mailing list