(PECL OAuth >= 0.99.1)
Set authorization type
public mixed OAuth::setAuthType ( int $auth_type )
Set where the OAuth parameters should be passed.
Parameters:
auth_type
auth_type
can be one of the following flags (in order of decreasing preference as per OAuth 1.0 section 5.2):
Returns:
Returns TRUE
if a parameter is correctly set, otherwise FALSE
(e.g., if an invalid auth_type
is passed in.)
Changelog:
1.0.0
Previously returned NULL
on failure, instead of FALSE
.
Please login to continue.