views:

296

answers:

2

Hello guys, I'm trying to get authenticated for receiving and publishing Google Buzz-es from a Qt 4.6(c++) application. I'm looking for a cross-platform solution.

Could anyone provide some working solution for this purpose?

A: 

Quick google search gave me QOAuth, which is a Qt lib and liboath which is a C based API.

Gianni
I've tried with QOAuth, but I get always rejected, because of endless parameters for each token, which can't be sent with this lib.about liboauth - it can't be embed in Maemo devices. I'm looking for a big cross-platform solution.
Vladimiroff
A: 

I'm using QOAuth, you have to do some hack before you can use QOAuth in windows.

So far, I could get the request token from Google, and let the user authorize it. But when I try to get the access token with the oauth_verifier, it keeps telling me the signature is invalid.

Anyway, I've used QOAuth to deal with other SP successfully. So the QOAuth is the solution.

MorrisLiang
Yeah, I'm in conversation with the QOAuth developer, who's trying to do everything to make it working with google api, and I'm to the same place... it doesn't recognize my oauth_vertifier, for some reason
Vladimiroff