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

search for in the

OAuthProvider::callconsumerHandler> <OAuthProvider
[edit] Last updated: Fri, 30 Nov 2012

view this page in

OAuthProvider::addRequiredParameter

(PECL OAuth >= 1.0.0)

OAuthProvider::addRequiredParameterAdd required parameters

Opis

final public bool OAuthProvider::addRequiredParameter ( string $req_params )

Add required oauth provider parameters.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

req_params

The required parameters.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

Zobacz też:



add a note add a note User Contributed Notes OAuthProvider::addRequiredParameter - [1 notes]
up
0
me at thomashunter dot name
13 days ago
This method can be used for adding non-standard parameters required by your application, as well as parameters within the spec.

<?php
$Provider
->addRequiredParameter("permissions");
$Provider->addRequiredParameter("oauth_callback");

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