Ticket Details
Request method of \li3_oauth\extensions\service\Oauth::send() should not be set through $data argument
BUG Ticket (pending)
###What happened: I wanted to make a request to Vimeo's API. The data I wanted to send includes a key named `method` which contains the name of the API method which should be called. However the `Oauth::send()` method uses $data['method'] to set the request method (e.g. to GET or POST), so I'm unable to pass the data to Vimeo. ###What was expected: I expected to be able to set the request method through an argument (like in \lithium\net\http\Service) or through `$options`.
Updates
on 05.24.10
by michaelhue
- title was changed to Request method of \li3_oauth\extensions\service\Oauth