constant OAUTH_COMMON_VERSION_1 in OAuth 1.0 6.3
Same name and namespace in other branches
- 7.4 oauth_common.module \OAUTH_COMMON_VERSION_1
- 7.3 oauth_common.module \OAUTH_COMMON_VERSION_1
3 uses of OAUTH_COMMON_VERSION_1
- DrupalOAuthClient::getAccessToken in includes/
DrupalOAuthClient.inc - Fetches the access token using the request token.
- DrupalOAuthClient::getAuthorizationUrl in includes/
DrupalOAuthClient.inc - Constructs the url that the user should be sent to to authorize the request token.
- DrupalOAuthClient::getRequestToken in includes/
DrupalOAuthClient.inc - Gets a request token from the provider.
File
- ./
oauth_common.module, line 8
Code
define('OAUTH_COMMON_VERSION_1', 1);