You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.