| The OAuth class(Информация о версии неизвестна, возможно, только в SVN) ВведениеThe OAuth extension provides a simple interface to interact with data providers using the OAuth HTTP specification to protect private resources. Обзор классов
     
      OAuth
     
     { /* Properties */ 
     public
      $OAuth->debug
    ; 
     public
      $sslChecks
    ; 
     public
      $debugInfo
    ; /* Методы */ 
   public  OAuth::__construct
    ( string $consumer_key
   , string $consumer_secret
   [, string $signature_method = OAUTH_SIG_METHOD_HMACSHA1
   [, int $auth_type = 0
  ]] ) 
   public mixed OAuth::fetch
    ( string $protected_resource_url
   [, array $extra_parameters
   [, string $http_method
   [, array $http_headers
  ]]] ) 
   public string OAuth::generateSignature
    ( string $http_method
   , string $url
   [, mixed $extra_parameters
  ] ) 
   public array OAuth::getAccessToken
    ( string $access_token_url
   [, string $auth_session_handle
   [, string $verifier_token
  ]] ) 
   public string OAuth::getRequestHeader
    ( string $http_method
   , string $url
   [, mixed $extra_parameters
  ] )} Свойства
 Содержание
 | ||