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
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
for now i have down a work around by doing
if($isMultipart)
{
if(isset($params['request']['status']))
$params['request']['status']=urldecode($params['request']['status']);
......
}
$twitterInfo = $twitterObj->post('/statuses/update_with_media.json',
Array('status' => $status,
'@media[]'=>"@".$photo));
this is uploading perfectly but the status is getting url encoded
eg "this was kinda strange" became
"this%20was%20kinda%20strange"
The text was updated successfully, but these errors were encountered: