jacquagnui / php-twitter

Automatically exported from code.google.com/p/php-twitter
0 stars 0 forks source link

deleteDirectMessage() needs a POST argument for the process method #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Twitter will not process deleteDirectMessage() request as GET. Must be POST
or DELETE.

version 1.1 - Line 527 should be:
return $this->objectify( $this->process( $request, true ) );

Original issue reported on code.google.com by mirosola...@gmail.com on 7 Jun 2009 at 2:10