(PECL OAuth >= 0.99.1)
OAuth::setAuthType — Set authorization type
Set where the OAuth parameters should be passed.
auth_type
      
        auth_type can be one of the following flags (in order of decreasing preference as per OAuth 1.0 section 5.2):
        
OAUTH_AUTH_TYPE_AUTHORIZATION
          OAUTH_AUTH_TYPE_FORM
         OAUTH_AUTH_TYPE_URI
         OAUTH_AUTH_TYPE_NONE
         
   Returns TRUE if a parameter is correctly set, otherwise FALSE
   (e.g., if an invalid auth_type is passed in.)
  
| 版本 | 说明 | 
|---|---|
| 1.0.0 | 
        以前失败时返回 NULL , 而不是 FALSE.
        |