Home
last modified time | relevance | path

Searched defs:graphVersion (Results 1 – 7 of 7) sorted by relevance

/plugin/authfacebook/lib/
H A DFacebook.php333 public function get($endpoint, $accessToken = null, $eTag = null, $graphVersion = null)
358 …nction post($endpoint, array $params = [], $accessToken = null, $eTag = null, $graphVersion = null)
383 …tion delete($endpoint, array $params = [], $accessToken = null, $eTag = null, $graphVersion = null)
463 …st($method, $endpoint, array $params = [], $accessToken = null, $eTag = null, $graphVersion = null)
483 public function sendBatchRequest(array $requests, $accessToken = null, $graphVersion = null)
505 public function newBatchRequest($accessToken = null, $graphVersion = null)
532 …st($method, $endpoint, array $params = [], $accessToken = null, $eTag = null, $graphVersion = null)
590 …get, $pathToFile, $metadata = [], $accessToken = null, $maxTransferTries = 5, $graphVersion = null)
H A DFacebookRequest.php84 protected $graphVersion; variable in Facebook\\FacebookRequest
97 …n = null, $method = null, $endpoint = null, array $params = [], $eTag = null, $graphVersion = null)
H A DFacebookBatchRequest.php57 …construct(FacebookApp $app = null, array $requests = [], $accessToken = null, $graphVersion = null)
/plugin/authfacebook/lib/FileUpload/
H A DFacebookResumableUploader.php59 protected $graphVersion; variable in Facebook\\FileUpload\\FacebookResumableUploader
67 … public function __construct(FacebookApp $app, FacebookClient $client, $accessToken, $graphVersion)
/plugin/authfacebook/lib/Authentication/
H A DOAuth2Client.php65 protected $graphVersion; variable in Facebook\\Authentication\\OAuth2Client
79 public function __construct(FacebookApp $app, FacebookClient $client, $graphVersion = null)
/plugin/authfacebook/lib/Helpers/
H A DFacebookPageTabHelper.php48 public function __construct(FacebookApp $app, FacebookClient $client, $graphVersion = null)
H A DFacebookSignedRequestFromInputHelper.php62 public function __construct(FacebookApp $app, FacebookClient $client, $graphVersion = null)