codebird-php
codebird-php copied to clipboard
Codebird had been working but now giving an error
These lines of code which had been working fine until recently are now giving an error
$reply = $cb->statuses_updateWithMedia($params); $reply = $cb->statuses_update($params);
Unknown SSL protocol error in connection to api.twitter.com:443
I believe that in order for you to get errors now, which were not present before, something had to change. So what changed? New version of Codebird? New version of PHP? Some editing changes to the code? What????
Thanks. It seems to be something to do with localhost. The code itself is still working.