episod
#81
You shouldn’t assume that means it will continue working for you. This likely just means that legacy implementation is sometimes going back into production, with its more lax rules about correctness of the request.
I was having the same issue with the tmhOAuth library. I changed the curl_timeout from 10 to 30 and everything seems to be working now.
hi i am using code below …
$toa = new TwitterOAuth(’***************’, ‘************’, ‘************’, ‘******************’);
$toa->host = “https://api.twitter.com/1.1/”;
$image = ‘http://localhost/fb_tweety/files/liketwitty.png’;
$ret = $toa->post(‘statuses/update_with_media’, array(‘status’ => ‘Test message1’, ‘media[]’ => ‘@’.realpath(($image))));
echo json_encode($ret) . “
\n”;
but getting following error:
{“errors”:[{“code”:195,“message”:“Missing or invalid url parameter.”}]}
please help me…
episod
#84
If I recall correctly, TwitterOAuth doesn’t handle OAuth for multipart content-types. You might want to use a different library, like tmhOAuth.
0214_BY
#85
Not working at 6:40 pm UTC
is there posible… your twitter contain any media? or perhaps link? not just text?
if shared… what should I do?