私はEpiTwitterを使用していますが、正常に動作しますが、$varxにキリル文字が含まれている場合
$varx="Привет";
$status=$Twitter->post_statusesUpdate(array('status' => $varx));
APIの回答
'error' => string 'Could not authenticate with OAuth.'
'request' => string '/statuses/update.json'
$ varxでurlencode、json_encodeのような多くのバリエーションを試しましたが、この関数の回答を投稿します。私のファイルはBOMなしのutf-8です。また、ansiも試しました。
何か案は ?