Error is occurring at line number 362 in tmhOAuth/tmhOAuth.php file. When we are sending the params as per the twitter new endpoints not able to use because an error occurred in the below code in prepare_params() function.
if (is_array($v))
$v = implode(',', $v);
Is there any way to set a multidimensional array or setting header type JSON in curl.
Hello There,
Error is occurring at line number 362 in tmhOAuth/tmhOAuth.php file. When we are sending the params as per the twitter new endpoints not able to use because an error occurred in the below code in prepare_params() function.
Is there any way to set a multidimensional array or setting header type JSON in curl.