[twitter-dev] Re: Network Error: 204 ("Response error: "Failed to validate oauth signature and token")

2011-05-06 Thread pga
SOLVED. On simulator it was working well but device had set incorrect date/time. On 4 Maj, 08:53, pga wrote: > Hi Taylor, > > Thank you for your input. Here are details: > > 1. Additional sources: > void OAuthTwitter::authorizeXAuth(const QString &username, const > QString &password) > { >     Q

[twitter-dev] Re: Network Error: 204 ("Response error: "Failed to validate oauth signature and token")

2011-05-03 Thread pga
Hi Taylor, Thank you for your input. Here are details: 1. Additional sources: void OAuthTwitter::authorizeXAuth(const QString &username, const QString &password) { Q_ASSERT(m_netManager != 0); QUrl url(TWITTER_ACCESS_TOKEN_XAUTH_URL); url.addQueryItem("x_auth_username", username);