I use EpiTwitter on php , it works fine , but when $varx have cyrillic symbols
$varx=“Привет”;
$status=$Twitter->post_statusesUpdate(array(‘status’ => $varx));
api answers
‘error’ => string ‘Could not authenticate with OAuth.’
‘request’ => string ‘/statuses/update.json’
i’ve tryed many variations like urlencode,json_encode on $varx , but it post answers of this functions my file is utf-8 without BOM , also i’ve tryed ansi
what i must to do ?