Trying to Access Twitter Streaming API with C

前端 未结 1 639
没有蜡笔的小新
没有蜡笔的小新 2020-12-11 10:17

I got the code from C libcurl get output into a string. I modified it and I want to use it to access the Twitter Stream. I added curl_easy_setopt(curl, CURLOPT_URL, \"

相关标签:
1条回答
  • 2020-12-11 10:51

    The quickest next step is probably to set CURLOPT_HEADER, to include headers in the body output. Most likely, I would guess it is failing on security, and you'll see the details in the headers.

    0 讨论(0)
提交回复
热议问题