Estas constantes son definidas por esta extensión, y solo están disponibles si esta extensión ha sido compilada con PHP, o bien cargada en tiempo de ejecución.
La mayoría de estas constantes implican problemas descritos en la documentación oficial de » informe de problemas de OAuth. Tenga en cuenta, sin embargo, que los nombres de las constantes son específicos de PHP, a pesar del hecho de que el esquema de nomenclatura es similar.
OAUTH_SIG_METHOD_RSASHA1
     (string)
    OAUTH_SIG_METHOD_HMACSHA1
     (string)
    Método de firma OAuth HMAC-SHA1.
OAUTH_SIG_METHOD_HMACSHA256
     (string)
    
      Esta constante representa el encabezado Authorization.
     
OAUTH_AUTH_TYPE_NONE
     (string)
    
      Esta constante indica una petición NoAuth OAuth.
     
OAUTH_AUTH_TYPE_URI
     (string)
    Esta constante representa los parámetros OAuth en el URI de la petición.
OAUTH_AUTH_TYPE_FORM
     (string)
    Esta constante representa los parámetros OAuth como parte del cuerpo HTTP POST.
OAUTH_HTTP_METHOD_GET
     (string)
    Utiliza el método GET para la petición OAuth.
OAUTH_HTTP_METHOD_POST
     (string)
    Utiliza el método POST para la petición OAuth.
OAUTH_HTTP_METHOD_PUT
     (string)
    Utiliza el método PUT para la petición OAuth.
OAUTH_HTTP_METHOD_HEAD
     (string)
    Utiliza el método HEAD para la petición OAuth.
OAUTH_HTTP_METHOD_DELETE
     (string)
    OAUTH_REQENGINE_STREAMS
     (int)
    OAUTH_REQENGINE_CURL para
      Curl.
     
    OAUTH_REQENGINE_CURL
     (int)
    OAUTH_REQENGINE_STREAMS para
      los flujos PHP.
     
    OAUTH_OK
     (int)
    OAUTH_BAD_NONCE
     (int)
    OAUTH_BAD_TIMESTAMP
     (int)
    OAUTH_CONSUMER_KEY_UNKNOWN
     (int)
    OAUTH_CONSUMER_KEY_REFUSED
     (int)
    OAUTH_INVALID_SIGNATURE
     (int)
    OAUTH_TOKEN_USED
     (int)
    OAUTH_TOKEN_EXPIRED
     (int)
    OAUTH_TOKEN_REVOKED
     (int)
    OAUTH_TOKEN_REJECTED
     (int)
    OAUTH_VERIFIER_INVALID
     (int)
    OAUTH_PARAMETER_ABSENT
     (int)
    OAUTH_SIGNATURE_METHOD_REJECTED
     (int)
    