Home
last modified time | relevance | path

Searched refs:oauth_callback (Results 1 – 2 of 2) sorted by relevance

/plugin/autotweet/
H A Dtwitteroauth.php75 function getRequestToken($oauth_callback = NULL) { argument
77 if (!empty($oauth_callback)) {
78 $parameters['oauth_callback'] = $oauth_callback;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md893 * Added support for oauth_callback in OAuth signatures
916 * Added `oauth_callback` parameter to the OauthPlugin