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

search for in the

OAuth::setVersion> <OAuth::setTimestamp
[edit] Last updated: Fri, 24 May 2013

view this page in

OAuth::setToken

(PECL OAuth >= 0.99.1)

OAuth::setTokenSets the token and secret

Açıklama

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

Set the token and secret for subsequent requests.

Değiştirgeler

token

The OAuth token.

token_secret

The OAuth token secret.

Dönen Değerler

TRUE

Örnekler

Örnek 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 - [0 notes]
There are no user contributed notes for this page.

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