PHP Класс Horde_Service_Twitter_Request_Oauth, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/)
Автор: Michael J. Rubinsky ([email protected])
Наследование: extends Horde_Service_Twitter_Request
Показать файл Открыть проект

Открытые методы

Метод Описание
get ( $url, array $params = [] ) : string Perform a GET request with OAuth authorization.
post ( $url, array $params = [] ) Send a POST request to the twitter API. Purposely do not cache results from these since POST requests alter data on the server.

Описание методов

get() публичный Метод

Perform a GET request with OAuth authorization.
public get ( $url, array $params = [] ) : string
$params array URL parameters.
Результат string Call results.

post() публичный Метод

Send a POST request to the twitter API. Purposely do not cache results from these since POST requests alter data on the server.
См. также: self::get
public post ( $url, array $params = [] )
$params array