10 defined(
'JPATH_PLATFORM') or die;
50 $options->def(
'api.url',
'https://www.googleapis.com/plus/v1/');
52 parent::__construct($options, $auth);
54 if (isset($this->auth) && !$this->auth->getOption(
'scope'))
56 $this->auth->setOption(
'scope',
'https://www.googleapis.com/auth/plus.me');
69 public function __get($name)
74 if ($this->people == null)
81 if ($this->activities == null)
85 return $this->activities;
88 if ($this->comments == null)
92 return $this->comments;