Closed fbianco closed 10 years ago
Hi,
The code is fully working if one uses php5-curl, but without the fallback with sockets do not work anymore with the new SSL-only API from Flickr:
in function post // Use sockets. (line 224)
because it tries to connect to port 80, but even correcting that something else need to be fixed.
Thanks for your code. Best regards
I just merged in a pull request that should fix this very issue.
Hi,
The code is fully working if one uses php5-curl, but without the fallback with sockets do not work anymore with the new SSL-only API from Flickr:
in function post // Use sockets. (line 224)
because it tries to connect to port 80, but even correcting that something else need to be fixed.
Thanks for your code. Best regards