PDA

View Full Version : Adding a OAuth library to a QT application



srohit24
13th April 2009, 14:25
I need to add a library of OAuth. I am working on a app that needs to use OAuth protocols

here is the library in c++

http://liboauth.sourceforge.net/index.html

They have provided all the links and they say that its Qt tested.

I just need to know how this library can be added in the app so that i can call the functions in it

thanks.

P.S. I would also like to know how some important data such as username and password can be stored in a application. should i use a file to write it down in a text file?

SamT
14th April 2009, 08:33
have you try reading this http://www.qtcentre.org/forum/f-qt-programming-2/t-using-third-party-libs-19909.html