Home
last modified time | relevance | path

Searched refs:facebookCurl (Results 1 – 1 of 1) sorted by relevance

/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php54 protected $facebookCurl; variable in Facebook\\HttpClients\\FacebookCurlHttpClient
59 public function __construct(FacebookCurl $facebookCurl = null) argument
61 $this->facebookCurl = $facebookCurl ?: new FacebookCurl();
72 if ($curlErrorCode = $this->facebookCurl->errno()) {
73 throw new FacebookSDKException($this->facebookCurl->error(), $curlErrorCode);
112 $this->facebookCurl->init();
113 $this->facebookCurl->setoptArray($options);
121 $this->facebookCurl->close();
129 $this->rawResponse = $this->facebookCurl->exec();