Twitter: Fix request_token call by forcing https

This commit is contained in:
HanzZ 2013-02-23 14:34:50 +01:00
parent 551cb09a50
commit f90bf5d3de

View file

@ -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();