[twitter-dev] Re: Delete a Direct Message

2009-09-01 Thread Abraham Williams
Look for:$handle = curl_init(); $ch is often used instead of $handle. Make sure you add the curl_setopt() after the curl_init() and before the curl_exec(). Abraham On Tue, Sep 1, 2009 at 02:31, Praveena Sarathchandra wrote: > > yes.it is a curl. > what is $handle variable? > > thanks for your

[twitter-dev] Re: Delete a Direct Message

2009-09-01 Thread Praveena Sarathchandra
yes.it is a curl. what is $handle variable? thanks for your quick reply On 9/1/09, Abraham Williams <4bra...@gmail.com> wrote: > How is process() making the requests? Is it with CURL? > If so you should be able make it work by adding: > curl_setopt($handle, CURLOPT_POST, TRUE); > > Abraham > >

[twitter-dev] Re: Delete a Direct Message

2009-08-31 Thread Abraham Williams
How is process() making the requests? Is it with CURL? If so you should be able make it work by adding: curl_setopt($handle, CURLOPT_POST, TRUE); Abraham On Mon, Aug 31, 2009 at 21:48, Pj wrote: > > How to Delete a Direct message in PHP > this is my script: > > function deleteDirectMessage($id)