Hi everybody,
I use OAuth and my codes :
$status = $twitterObj->post_statusesUpdate(array(‘status’ => ‘Ömer’));
print_r($status->response);
I have an error it shows Could not authenticate with OAuth.
but If it doesn’t include special or turkish characters, it will be okay it will send message…
How can i solve this problem…