Twitter: Fix request_token call by forcing https
This commit is contained in:
parent
551cb09a50
commit
f90bf5d3de
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue