Oauth for desktop Qt C++ application .
-
I am working on a desktop application and i am requesting a web service and now they add oath .
Consumer Key - ..........
Consumer Secret - ....................
Request Token URL - http://api.discogs.com/oauth/request_token
Authorize URL - http://www.discogs.com/oauth/authorize
Access Token - URL http://api.discogs.com/oauth/access
-
Have a look "here":http://www.johanpaul.com/blog/2010/10/introducing-kqoauth-easy-and-powerful-oauth-library-for-qt/