Changeset - f90bf5d3de74
[Not reviewed]
0 1 0
HanzZ - 12 years ago 2013-02-23 14:34:50
hanzz.k@gmail.com
Twitter: Fix request_token call by forcing https
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/twitter/libtwitcurl/twitcurl.cpp
Show inline comments
 
@@ -28,7 +28,7 @@ m_curlProxyParamsSet( false ),
 
m_curlLoginParamsSet( false ),
 
m_curlCallbackParamsSet( false ),
 
m_eApiFormatType( twitCurlTypes::eTwitCurlApiFormatXml ),
 
m_eProtocolType( twitCurlTypes::eTwitCurlProtocolHttp )
 
m_eProtocolType( twitCurlTypes::eTwitCurlProtocolHttps )
 
{
 
    /* Clear callback buffers */
 
    clearCurlCallbackBuffers();
0 comments (0 inline, 0 general)