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::setNonce
Last updated: Fri, 20 Nov 2009

view this page in

OAuth::setToken

(PECL OAuth >= 0.99.1)

OAuth::setTokenSets the token and secret

Description

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

Set the token and secret for subsequent requests.

Parameters

token

The OAuth token.

token_secret

The OAuth token secret.

Return Values

Returns TRUE on success or FALSE on failure.

Examples

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.

OAuth::setVersion> <OAuth::setNonce
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites