jublo / codebird-php

Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.
https://www.jublo.net/projects/codebird/php
GNU General Public License v3.0
775 stars 237 forks source link

Codebird had been working but now giving an error #255

Open dmfmd opened 4 years ago

dmfmd commented 4 years ago

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

xx461037 commented 4 years ago

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????

dmfmd commented 4 years ago

Thanks. It seems to be something to do with localhost. The code itself is still working.