Feature Request #4045
Ability to add more options to the oAuth cURL call
| Status: | Closed | Start date: | 06/14/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Points: |
Description
classes\kohana\oauth.php - Kohana_OAuth::remote($url, array $options = NULL)
Being able to add more options to the remote cURL call, for example:
$options[CURLOPT_CAINFO] = arr::get(Kohana::find_file('config', 'twitter', 'cer'), 0, '');
History
Updated by Woody Gilk 4 months ago
- Status changed from New to Closed
Please open an issue at https://github.com/shadowhand/oauth, this module is no longer part of Kohana.