• Resolved brettcave

    (@brettcave)


    Some old PHP curl libraries send an HTTP “Expect: 100” header to twitter. This will cause twitter to send back an HTTP 417 error code.

    If your posts are not getting tweeted, then try adding this into the callTwitterAPI function in the API class, just after $curlHanlder is initialised:

    curl_setopt($curlHandler,CURLOPT_HTTPHEADER,array(“Expect:”));

    https://www.ads-software.com/extend/plugins/twitpost/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘twitpost & 417 http error’ is closed to new replies.