You are here

function oauth_test_calls in OAuth 1.0 6

this function is to make test calls to any oauth server for producing oauth tokens corresponding to your keys and secret

this code can be used by client to make calls to server to fetch and phrase tokens as we are doing here

1 string reference to 'oauth_test_calls'
oauth_menu in ./oauth.module
Implementation of hook_menu

File

./oauth.module, line 484

Code

function oauth_test_calls() {
  return drupal_get_form("oauth_request_call");
}