Lines Matching refs:defaultGraphVersion
106 protected $defaultGraphVersion; variable in Facebook\\Facebook
163 $this->defaultGraphVersion = $config['default_graph_version'];
196 $this->oAuth2Client = new OAuth2Client($app, $client, $this->defaultGraphVersion);
273 return $this->defaultGraphVersion;
298 return new FacebookJavaScriptHelper($this->app, $this->client, $this->defaultGraphVersion);
308 return new FacebookCanvasHelper($this->app, $this->client, $this->defaultGraphVersion);
318 return new FacebookPageTabHelper($this->app, $this->client, $this->defaultGraphVersion);
466 $graphVersion = $graphVersion ?: $this->defaultGraphVersion;
486 $graphVersion = $graphVersion ?: $this->defaultGraphVersion;
508 $graphVersion = $graphVersion ?: $this->defaultGraphVersion;
535 $graphVersion = $graphVersion ?: $this->defaultGraphVersion;
593 $graphVersion = $graphVersion ?: $this->defaultGraphVersion;