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
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
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