MCPcopy Create free account
hub / github.com/bumptop/BumpTop / postRequest

Method postRequest

trunk/win/Source/OAuthClient.cpp:73–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73QString OAuthClient::postRequest( QString url, QString method, QHash<QString, QString> params )
74{
75 assert(!_tKey.isEmpty());
76 assert(!_tSecret.isEmpty());
77
78 // otherwise, get the request token to obtain the access token
79 prepareParameters(url, method, params);
80 return postHttpRequest(url, params);
81}
82
83bool OAuthClient::getRequestToken( QString requestTokenRequestUri, QString cKey, QString cSecret )
84{

Callers 1

postHttpRequestMethod · 0.80

Calls 2

assertClass · 0.85
isEmptyMethod · 0.45

Tested by

no test coverage detected