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

search for in the

OAuth::setCAPath> <OAuth::getRequestToken
[edit] Last updated: Sat, 07 Jan 2012

view this page in

OAuth::setAuthType

(PECL OAuth >= 0.99.1)

OAuth::setAuthTypeSet authorization type

설명

public mixed OAuth::setAuthType ( int $auth_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
Pass the OAuth parameters in the HTTP Authorization header.
OAUTH_AUTH_TYPE_FORM
Append the OAuth parameters to the HTTP POST request body.
OAUTH_AUTH_TYPE_URI
Append the OAuth parameters to the request URI.
OAUTH_AUTH_TYPE_NONE
None.

반환값

Returns TRUE if a parameter is correctly set, otherwise FALSE (e.g., if an invalid auth_type is passed in.)

변경점

버전 설명
1.0.0 이전에는 실패시 FALSE가 아닌 NULL을 반환했습니다.



add a note add a note User Contributed Notes OAuth::setAuthType
There are no user contributed notes for this page.

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