hi
im using your "tmhOAuth" image tweets sucessfully updated by using following code
" $img = './'.$img;
$code = $tmhOAuth->request('POST', 'https://api.twitter.com/1.1/statuses/update_with_media.json',
array( 'media[]' => "@{$img}", 'status' => "$txt" ), true, true) ; "
im getting tweet id also but i want how to delete tweet and which method used for delete tweet.
Thanks in advance
hi im using your "tmhOAuth" image tweets sucessfully updated by using following code " $img = './'.$img; $code = $tmhOAuth->request('POST', 'https://api.twitter.com/1.1/statuses/update_with_media.json', array( 'media[]' => "@{$img}", 'status' => "$txt" ), true, true) ; "
im getting tweet id also but i want how to delete tweet and which method used for delete tweet. Thanks in advance