Home
last modified time | relevance | path

Searched refs:appId (Results 26 – 29 of 29) sorted by last modified time

12

/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php62 * @param string $appId The ID of the app.
66 public function get($appId, $optParams = array()) { argument
67 $params = array('appId' => $appId);
/plugin/fblogin/lib/
H A Dbase_facebook.php167 protected $appId; variable in BaseFacebook
243 * @param string $appId The Application ID
246 public function setAppId($appId) { argument
247 $this->appId = $appId;
257 return $this->appId;
731 return $this->appId.'|'.$this->appSecret;
/plugin/facebookalbum/
H A Dsyntax.php155 'appId' => $data['appid'],
H A Dfacebook.php137 protected $appId; variable in Facebook
203 * @param String $appId the Application ID
205 public function setAppId($appId) { argument
206 $this->appId = $appId;
216 return $this->appId;
222 * @param String $appId the API Secret

12