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

search for in the

OAuth::setVersion> <OAuth::setTimestamp
[edit] Last updated: Sat, 07 Jan 2012

view this page in

OAuth::setToken

(PECL OAuth >= 0.99.1)

OAuth::setTokenSets the token and secret

설명

public bool OAuth::setToken ( string $token , string $token_secret )

Set the token and secret for subsequent requests.

인수

token

The OAuth token.

token_secret

The OAuth token secret.

반환값

TRUE

예제

Example #1 OAuth::setToken() example

<?php
$oauth 
= new OAuth(OAUTH_CONSUMER_KEY,OAUTH_CONSUMER_SECRET);
$oauth->setToken("token","token-secret");
?>



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

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