i have fixed it. please can you make a more complete documentation? all time we must guest about what must we do.
$base_string = "POST&".urlencode(utf8_encode($url))."&in_reply_to_status_id %3D14246241747".urlencode(utf8_encode("&". $access_token."&status=")).myUrlEncode("@aaa ok") and also curl_setopt($curl, CURLOPT_POSTFIELDS, "status=".urlencode("@aaa ok")."&in_reply_to_status_id=14246241747"); On Jul 21, 10:55 pm, ntortarolo <ntortar...@gmail.com> wrote: > Hi statuses/update returns "Incorrect signature" when using > in_reply_to_status_id parameter, when the in_reply_to_status_id > parameter is omitted the request works fine. Where i must put that > param and how? > Im doing this call with curl on php. I have added it on my body post > and also on my base string, but i cant get it works. > > Thanks