Hey there, QOAuth 1.0.1 is out. Here’s the changelog:

  • new API (refer to the API docs for more info):
    • QOAuth::Interface::networkAccessManager()
    • QOAuth::Interface::setNetworkAccessManager()
    • QOAuth::Interface::ignoreSslErrors()
    • QOAuth::Interface::setIgnoreSslErrors()
  • added missing export statements to some global functions,
  • Percent encode consumer secret and token secret for the Signature Base String signing key [#8],
  • Parse for request content when sending POST [#10],
  • API docs and examples fixes [#9],
  • temporarily removed QOAuth::DELETE from QOAuth::HttpMethod enum on Windows [#4],
  • buildsystem fixes – install under /usr/lib64 on 64-bit Unix-like systems and fix headers installation path in oauth.prf.

There is a room for future improvements, but I’m in terrible lack of free time (or time that I can spend on developing QOAuth), so I can’t promise anything at the moment. If there’s anyone that can help me with QOAuth, I’d be extremely happy to share the work.

Also, I’m not going to maintain QOAuth on Windows anymore. Sorry for that, but I have no Windows box and having to care about Windows stuff with no Windows machine around makes my life even more miserable… Again, I’d greatly appreciate a Windows maintainer for QOAuth. If you happen to use the library on Windows, and you find it more or less useful, please consider contacting me (d at ayoy dot net) regarding handling QOAuth releases for Windows.

Thanks a lot :)