downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

OAuth::getAccessToken> <OAuth::fetch
[edit] Last updated: Fri, 07 Jun 2013

view this page in

OAuth::generateSignature

(No hay información de versión disponible, podría estar únicamente en SVN)

OAuth::generateSignatureGenerar una firma

Descripción

public string OAuth::generateSignature ( string $http_method , string $url [, mixed $extra_parameters ] )

Generar una firma basada en el método HTTP final, URL y un string/array de parámetros.

Parámetros

http_method

Método HTTP para la solicitud

url

URL de solicitud

extra_parameters

String o array de parámetros adicionales.

Valores devueltos

Un string que contiene la firma generada o FALSE en caso de error



add a note add a note User Contributed Notes OAuth::generateSignature - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites