OAuth::setToken(PECL OAuth >= 0.99.1) OAuth::setToken — Sets the token and secret Описание
public bool OAuth::setToken
( string $token
, string $token_secret
)
Set the token and secret for subsequent requests. Список параметров
Возвращаемые значенияTRUE Примеры
Пример #1 OAuth::setToken() example
<?php |
||