Quote:
Originally Posted by imported_nimbus
Let me share my solution.
bitly.php:
I set the following Curl options:
$options[CURLOPT_FOLLOWLOCATION] = false;
$options[CURLOPT_HEADER] = false;
and for twitter.php:
$options[CURLOPT_FOLLOWLOCATION] = false;
Then all error messages gone! 
|
This is for ppl reporting problems with json still, after reading through the thread, this post in particular finally solved things for me and the plugin is working wonderfully now.
https://vborg.vbsupport.ru/showthrea...=234288&page=7